Revit 2025.3 API
Panel |
Check if this is a panel schedule template.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsPanelScheduleTemplate()
Public Function IsPanelScheduleTemplate As Boolean
public: bool IsPanelScheduleTemplate()
member IsPanelScheduleTemplate : unit -> bool
Return Value
BooleanCheck if this is a panel schedule template.
See Also