Click or drag to resize

CommandParameterGroupCollectionInsert Method

Insert a new command parameter group.

Namespace:  RootPro.RootProCAD.Command
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract CommandParameterGroup Insert(
	int index,
	ParameterItemType paramType,
	int paramId,
	string paramName
)

Parameters

index
Type: SystemInt32
Insertion position of the parameter.
paramType
Type: RootPro.RootProCAD.CommandParameterItemType
Type of parameter to add.
paramId
Type: SystemInt32
Unique ID of the parameter to be added.
paramName
Type: SystemString
The name of the parameter to be added.

Return Value

Type: CommandParameterGroup
Represents the command parameter group added CommandParameterGroup .
See Also