Revit 2023 API |
PanelScheduleData..::..IsAutoShadingForLoadDisplay Property |
PanelScheduleData Class See Also |
Display shading of load cells automatically or not.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2022
Syntax
C# |
---|
public bool IsAutoShadingForLoadDisplay { get; set; } |
Visual Basic |
---|
Public Property IsAutoShadingForLoadDisplay As Boolean Get Set |
Visual C++ |
---|
public: property bool IsAutoShadingForLoadDisplay { bool get (); void set (bool value); } |