| Revit 2022 API |
| PanelScheduleData..::..ShowSlotFromDeviceInsteadOfTemplate Property |
| PanelScheduleData Class See Also |
When true, the number of rows in an instance will be the number of poles on the associated device, not a set number
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Syntax
| C# |
|---|
public bool ShowSlotFromDeviceInsteadOfTemplate { get; set; } |
| Visual Basic |
|---|
Public Property ShowSlotFromDeviceInsteadOfTemplate As Boolean Get Set |
| Visual C++ |
|---|
public: property bool ShowSlotFromDeviceInsteadOfTemplate { bool get (); void set (bool value); } |