| Revit 2017 API |
| MEPSpaceConstruction..::..SpaceConstructions Property |
| MEPSpaceConstruction Class See Also |
Return all the Space constructions of current space.
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Syntax
| C# |
|---|
public MEPBuildingConstructionSet SpaceConstructions { get; } |
| Visual Basic |
|---|
Public ReadOnly Property SpaceConstructions As MEPBuildingConstructionSet Get |
| Visual C++ |
|---|
public: property MEPBuildingConstructionSet^ SpaceConstructions { MEPBuildingConstructionSet^ get (); } |
Remarks
If the name is same with the existing one, an exception will be thrown.