Revit 2018 API |
Space..::..ClosedShell Property |
Space Class See Also |
Return the closedShell of the space.
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.13)
Syntax
C# |
---|
public GeometryElement ClosedShell { get; } |
Visual Basic |
---|
Public ReadOnly Property ClosedShell As GeometryElement Get |
Visual C++ |
---|
public: property GeometryElement^ ClosedShell { GeometryElement^ get (); } |