PanelScheduleTemplate.IsSwitchboardSchedule Property

PanelScheduleTemplateIsSwitchboardSchedule Property

Checks to see if this object is switchboard 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 IsSwitchboardSchedule { get; }
Public ReadOnly Property IsSwitchboardSchedule As Boolean
	Get
public:
property bool IsSwitchboardSchedule {
	bool get ();
}
member IsSwitchboardSchedule : bool with get

Property Value

Boolean
See Also