SpacePowerLoadUnit Property |
Get or set the Power 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 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
BaseLoadOn
RemarksThis property is used to get or set the Power Load Unit of the Space.
See Also