RVTDocs.com

CategoryNameMap.Erase

Method
Description:
Removes a category with the specified name from the map.
Syntax
public virtual int Erase(
	string key
)
Parameters
Parameter Type Description
key String The name of the category to be erased.
Return Value
Type Description
Int32 The number of categories that were erased from the map.