PanelScheduleDataIsAutoShadingForLoadDisplay Property |
Display shading of load cells automatically or not.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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
Boolean
See Also