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

Categories.Contains

Method
Description:
Identifies if a category which has the specified name is in the list of top-level categories.
Syntax
public override bool Contains(
	string name
)
Parameters
Parameter Type Description
name String The name of the category to be retrieved.
Return Value