| Revit Preview Release 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: 19.0.0.0 (19.0.0.405)
Syntax
| C# |
|---|
public GeometryElement ClosedShell { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ClosedShell As GeometryElement Get |
| Visual C++ |
|---|
public: property GeometryElement^ ClosedShell { GeometryElement^ get (); } |