RVTDocs.com

DefinitionGroups.Create

Method
Description:
Create a new parameter definition group using the name provided.
Remarks:
If a group with the same name already exists then an exception will be thrown.
Syntax
public DefinitionGroup Create(
	string name
)
Parameters
Parameter Type Description
name String The name of the group to be created.
Return Value
Type Description
DefinitionGroup If successful a reference to the new parameter group is returned, otherwise .