Revit 2026 API
Plan |
Retrieves room ElementIds of the PlanTopology in the last phase.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ICollection<ElementId> GetRoomIds()
Public Function GetRoomIds As ICollection(Of ElementId)
public: ICollection<ElementId^>^ GetRoomIds()
member GetRoomIds : unit -> ICollection<ElementId>
Return Value
ICollectionElementIdThe PlanTopology Room ElementIds of the last phase.

The Rooms Ids returned are in the phase of PlanTopology and the current design option.
See Also