Revit 2025.3 API
Room |
The room that the tag is associated with.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public Room Room { get; }
Public ReadOnly Property Room As Room Get
public: property Room^ Room { Room^ get (); }
member Room : Room with get
Property Value
RoomIn rare cases, the tag may not be associated to a room. The property will
be in these situations.
See Also