Gets or sets a category at a specified name within the map.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public virtual Category this[
string key
] { get; set; }Parameters
- key String
- The name of the category to be set or retrieved.
Return Value
CategoryReturns the category at the specified name.
See Also
Reference