RVTDocs.com

CategoryNameMap.Contains

Method
Description:
Tests for the existence of a category with that name within the map.
Syntax
public virtual bool Contains(
	string key
)
Parameters
Parameter Type Description
key String The category name to be searched for.
Return Value
Type Description
Boolean The Contains method returns True if the name is within the map, otherwise False.