PanelScheduleData.IsSymmetric Method

PanelScheduleDataIsSymmetric Method

Check if this panel schedule is symmetric

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsSymmetric()
Public Function IsSymmetric As Boolean
public:
bool IsSymmetric()
member IsSymmetric : unit -> bool 

Return Value

Boolean
True if this panel schedule is symmetric, false otherwise.
See Also