| Revit 2022.1 API |
| PanelScheduleTemplate..::..IsDataPanelSchedule Property |
| PanelScheduleTemplate Class See Also |
Checks to see if this object is data panel schedule template element.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Syntax
| C# |
|---|
public bool IsDataPanelSchedule { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsDataPanelSchedule As Boolean Get |
| Visual C++ |
|---|
public: property bool IsDataPanelSchedule { bool get (); } |