DefinitionGroups.Item
Public Property
Retrieve a definition group by name.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public DefinitionGroup this[ string groupName] { get; }
Parameters
groupNameString
The name of the group for which to search.
Property Value
DefinitionGroupRemarks
If the group is not found then . will be returned.