Revit 2025.3 API
Panel |
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
BooleanTrue if this panel schedule is symmetric, false otherwise.
See Also