Revit 2026 API
Definition |
Retrieve a definition group by name.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public DefinitionGroup this[ string groupName ] { get; }
Public ReadOnly Property Item ( groupName As String ) As DefinitionGroup Get
public: property DefinitionGroup^ Item[String^ groupName] { DefinitionGroup^ get (String^ groupName); }
member Item : DefinitionGroup with get
Parameters
- groupName String
- The name of the group for which to search.
Property Value
DefinitionGroupIf the group is not found then will be returned.
See Also