DefinitionFileGroups Property |
Return a map of shared parameter definition groups contained within the file.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic DefinitionGroups Groups { get; }
Public ReadOnly Property Groups As DefinitionGroups
Get
public:
property DefinitionGroups^ Groups {
DefinitionGroups^ get ();
}
member Groups : DefinitionGroups with get
Property Value
DefinitionGroups
RemarksA particular group can be found by Name, using the Item property on the DefinitionGroups
object. A new group can be created by using the Create method on the DefinitionGroups Object.
The Create method takes the name of the new group, as a string, as its input parameter, returning
a reference to a new definition group object as its result.
See Also