Return the Room of the space.
Namespace: Autodesk.Revit.DB.MechanicalAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Syntax
C# |
---|
public Room Room { get; } |
Visual Basic |
---|
Public ReadOnly Property Room As Room
Get |
Visual C++ |
---|
public:
property Room^ Room {
Room^ get ();
} |
See Also