| Revit 2022.1 API |
| PanelScheduleData..::..NumberOfSlots Property |
| PanelScheduleData Class See Also |
The number of slots in the panel schedule; setting this value must go through the appropriate update function
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Syntax
| C# |
|---|
public int NumberOfSlots { get; } |
| Visual Basic |
|---|
Public ReadOnly Property NumberOfSlots As Integer Get |
| Visual C++ |
|---|
public: property int NumberOfSlots { int get (); } |