ElectricalAnalyticalLoadSet.TotalQuantity Property

ElectricalAnalyticalLoadSetTotalQuantity Property

The total count of the Equipment Loads in the LoadSet.

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public int TotalQuantity { get; }
Public ReadOnly Property TotalQuantity As Integer
	Get
public:
property int TotalQuantity {
	int get ();
}
member TotalQuantity : int with get

Property Value

Int32
See Also