Return the closedShell of the Room.
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
| C# |
|---|
public GeometryElement ClosedShell { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ClosedShell As GeometryElement Get |
| Visual C++ |
|---|
public: property GeometryElement^ ClosedShell { GeometryElement^ get (); } |