Revit 2025.3 API
Panel |
Checks to see if this object is data panel schedule template element.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsDataPanelSchedule { get; }
Public ReadOnly Property IsDataPanelSchedule As Boolean Get
public: property bool IsDataPanelSchedule { bool get (); }
member IsDataPanelSchedule : bool with get
Property Value
BooleanSee Also