GetRoomIds Method


Plan Topology Get Room Ids Method

Retrieves room ElementIds of the PlanTopology in the last phase.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ICollection<ElementId> GetRoomIds()

Return Value

ICollection ElementId
The PlanTopology Room ElementIds of the last phase.
Remarks
The Rooms Ids returned are in the phase of PlanTopology and the current design option.
See Also