Share

DefinitionGroups.Item Property

Retrieve a definition group by name.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.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

Was this information helpful?