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
)
Public MustOverride Function Insert (
index As Integer,
paramType As ParameterItemType,
paramId As Integer,
paramName As String
) As CommandParameterGroup
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