PanelScheduleDataNumberOfSlots Property |
The number of slots in the panel schedule; setting this value must go through the appropriate update function
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic int NumberOfSlots { get; }
Public ReadOnly Property NumberOfSlots As Integer
Get
public:
property int NumberOfSlots {
int get ();
}
member NumberOfSlots : int with get
Property Value
Int32
See Also