RVTDocs.com

DefinitionGroups.Item

Property
Description:
Retrieve a definition group by name.
Remarks:
If the group is not found then null will be returned.
Syntax
public DefinitionGroup this[
	string groupName
] { get; }
Parameters
Parameter Type Description
groupName String The name of the group for which to search.
Return Value