Revit 2022.1 API |
PlanTopology..::..GetRoomIds Method |
PlanTopology Class See Also |
Retrieves room ElementIds of the PlanTopology in the last phase.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since: 2013
Syntax
C# |
---|
public ICollection<ElementId> GetRoomIds() |
Visual Basic |
---|
Public Function GetRoomIds As ICollection(Of ElementId) |
Visual C++ |
---|
public: ICollection<ElementId^>^ GetRoomIds() |
Return Value
The PlanTopology Room ElementIds of the last phase.
Remarks
The Rooms Ids returned are in the phase of PlanTopology and the current design option.