CommandParameterGroupCollectionAdd Method |
Add a new command parameter.
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 Add(
ParameterItemType paramType,
int paramId,
string paramName
)
Public MustOverride Function Add (
paramType As ParameterItemType,
paramId As Integer,
paramName As String
) As CommandParameterGroup
Parameters
- 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