SpaceLightingLoadUnit Property |
Get or set the Lighting Load Unit of the Space.
Namespace: Autodesk.Revit.DB.MechanicalAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic BaseLoadOn LightingLoadUnit { get; set; }
Public Property LightingLoadUnit As BaseLoadOn
Get
Set
public:
property BaseLoadOn LightingLoadUnit {
BaseLoadOn get ();
void set (BaseLoadOn value);
}
member LightingLoadUnit : BaseLoadOn with get, set
Property Value
BaseLoadOn
RemarksThis property is used to get or set the Lighting Load Unit of the Space.
See Also