Revit 2025 API
Room |
The ElementId of the tagged room.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ElementId TaggedLocalRoomId { get; }
Public ReadOnly Property TaggedLocalRoomId As ElementId Get
public: property ElementId^ TaggedLocalRoomId { ElementId^ get (); }
member TaggedLocalRoomId : ElementId with get
Property Value
ElementId
If there is no tagged room so the RoomTag is orphaned, ElementId will be InvalidElementId.
See Also