| Revit 2022 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: 22.0.0.0 (22.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); } |