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

CitySet.Contains

Method
Description:
Tests for the existence of a city within the set.
Syntax
public virtual bool Contains(
	City item
)
Parameters
Parameter Type Description
item City The city to be searched for.
Return Value
Type Description
Boolean The Contains method returns True if the city is within the set, otherwise False.