SpaceSpaceConstruction Property |
Get the Space Construction of the Space.
Namespace: Autodesk.Revit.DB.MechanicalAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic MEPSpaceConstruction SpaceConstruction { get; }
Public ReadOnly Property SpaceConstruction As MEPSpaceConstruction
Get
public:
property MEPSpaceConstruction^ SpaceConstruction {
MEPSpaceConstruction^ get ();
}
member SpaceConstruction : MEPSpaceConstruction with get
Property Value
MEPSpaceConstruction
RemarksThis property is used to get the Space Construction of the Space.
See Also