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: 25.0.0.0 (25.0.0.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