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