RVTDocs.com

CategoryNameMap.Insert

Method
Description:
Insert the specified category with the specified name into the map.
Syntax
public virtual bool Insert(
	string key,
	Category item
)
Parameters
Parameter Type Description
key String The name to be used for inserting the category into the map.
item Category The category to be inserted into the map.
Return Value
Type Description
Boolean Returns whether the category was inserted into the map.