Retrieve a definition group by name.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public DefinitionGroup this[
string groupName
] { get; }Parameters
- groupName String
- The name of the group for which to search.
Property Value
DefinitionGroup
Remarks
If the group is not found then
null will be returned.
See Also
Reference