Revit 2025.3 API
SpaceLighting |
Get or set the Lighting Load Unit of the Space.
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public 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
BaseLoadOnThis property is used to get or set the Lighting Load Unit of the Space.
See Also