Revit 2026 API
City |
Removes a specified city from the set.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public virtual int Erase( City item )
Public Overridable Function Erase ( item As City ) As Integer
public: virtual int Erase( City^ item )
abstract Erase : item : City -> int override Erase : item : City -> int
Parameters
- item City
- The city to be erased.
Return Value
Int32The number of cities that were erased from the set.
See Also