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

CategorySet.Insert

Method
Description:
Insert the specified category into the set.
Syntax
public virtual bool Insert(
	Category item
)
Parameters
Parameter Type Description
item Category The item to be inserted into the set.
Return Value
Type Description
Boolean Returns whether the item was inserted into the set.