Revit 2025.3 API
Room |
The LinkElementId of the tagged room.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public LinkElementId TaggedRoomId { get; }
Public ReadOnly Property TaggedRoomId As LinkElementId Get
public: property LinkElementId^ TaggedRoomId { LinkElementId^ get (); }
member TaggedRoomId : LinkElementId with get
Property Value
LinkElementIdIf there is no tagged room in a linked document so the RoomTag is orphaned, LinkElementId will be InvalidElementId.
See Also