Revit 2025 API
Electrical |
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
Int32See Also