Create a new parameter definition group using the name provided.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public DefinitionGroup Create(
string name
)
Parameters
- name String
- The name of the group to be created.
Return Value
DefinitionGroupIf successful a reference to the new parameter group is returned, otherwise
null.
Remarks
If a group with the same name already exists then an exception will be thrown.
See Also
Reference