RVTDocs.com

CategoryNameMap.Item

Property
Description:
Gets or sets a category at a specified name within the map.
Syntax
public virtual Category this[
	string key
] { get; set; }
Parameters
Parameter Type Description
key String The name of the category to be set or retrieved.
Return Value
Type Description
Category Returns the category at the specified name.