Revit 2025 API
Panel |
True if the user wishes to hide the unused phase column of a single phase panel, false otherwise.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool IsUnusedPhaseHidden { get; set; }
Public Property IsUnusedPhaseHidden As Boolean Get Set
public: property bool IsUnusedPhaseHidden { bool get (); void set (bool value); }
member IsUnusedPhaseHidden : bool with get, set
Property Value
BooleanSee Also