| Revit 2022 API |
| PanelScheduleData..::..IsUnusedPhaseHidden Property |
| PanelScheduleData Class See Also |
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: 22.0.0.0 (22.1.0.0)
Since:
2021
Syntax
| C# |
|---|
public bool IsUnusedPhaseHidden { get; set; } |
| Visual Basic |
|---|
Public Property IsUnusedPhaseHidden As Boolean Get Set |
| Visual C++ |
|---|
public: property bool IsUnusedPhaseHidden { bool get (); void set (bool value); } |