RVTDocs.com
Namespace: Autodesk.Revit.DB Class: CitySet

CitySet.Erase

Method
Description:
Removes a specified city from the set.
Syntax
public virtual int Erase(
	City item
)
Parameters
Parameter Type Description
item City The city to be erased.
Return Value
Type Description
Int32 The number of cities that were erased from the set.