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

CategorySet.Erase

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