Revit 2025.3 API
SpacePower |
Get or set the Power 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 PowerLoadUnit { get; set; }
Public Property PowerLoadUnit As BaseLoadOn Get Set
public: property BaseLoadOn PowerLoadUnit { BaseLoadOn get (); void set (BaseLoadOn value); }
member PowerLoadUnit : BaseLoadOn with get, set
Property Value
BaseLoadOnThis property is used to get or set the Power Load Unit of the Space.
See Also