Revit 2025.3 API
Panel |
Display shading of load cells automatically or not.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsAutoShadingForLoadDisplay { get; set; }
Public Property IsAutoShadingForLoadDisplay As Boolean Get Set
public: property bool IsAutoShadingForLoadDisplay { bool get (); void set (bool value); }
member IsAutoShadingForLoadDisplay : bool with get, set
Property Value
BooleanSee Also