| Revit Preview Release API |
| Room..::..ClosedShell Property |
| Room Class See Also |
Return the closedShell of the Room.
Namespace: Autodesk.Revit.DB.Architecture
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 (); } |