<Code Lib>
M

GenericZone.RemoveSpaces

Description:
Removes spaces from the zone.

public void RemoveSpaces(
	ISet<ElementId> spaceIds
)

  • ISet<ElementId>
    spaceIds
    The spaces to be removed from the zone. The spaces that are not in the zone will be ignored.

Loading…