Revit 2025 API
Definition |
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; }
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
DefinitionGroup
If the group is not found then will be returned.
See Also