GenericZoneAddSpaces Method |
Adds spaces to the zone.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic void AddSpaces(
ISet<ElementId> spaceIds
)
Public Sub AddSpaces (
spaceIds As ISet(Of ElementId)
)
public:
void AddSpaces(
ISet<ElementId^>^ spaceIds
)
member AddSpaces :
spaceIds : ISet<ElementId> -> unit Parameters
- spaceIds ISetElementId
-
The spaces to be added to the zone. The spaces that are already in the zone will be ignored.
Exceptions
See Also