Create a new parameter definition group using the name provided.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Syntax
C# |
---|
|
Visual Basic |
---|
|
Visual C++ |
---|
|
Parameters
- name
- Type: SystemString
The name of the group to be created.
Return Value
If successful a reference to the new parameter group is returned, otherwise a null reference (Nothing in Visual Basic).Remarks
If a group with the same name already exists then an exception will be thrown.