GenericZoneGetSpaceIds Method |
Gets a list of ElementIds of the associated spaces for the zone.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic ISet<ElementId> GetSpaceIds()
Public Function GetSpaceIds As ISet(Of ElementId)
public:
ISet<ElementId^>^ GetSpaceIds()
member GetSpaceIds : unit -> ISet<ElementId>
Return Value
ISetElementId
The associated spaces for the space-based zone.
Exceptions
See Also