Class CMpfcArgument
Method Summary
Function | |
| |
| |
| Creates an integer argument value object. |
Function | |
| |
| |
| Creates a double argument value object. |
Function | |
| |
| |
| Creates a boolean argument value object. |
Function | |
| |
| |
| Creates an ASCII string argument value object. |
Function | |
| |
| |
| Creates a string argument value object. |
Function | |
| |
| |
| Creates a new selection argument value object. |
Function | |
| |
| |
| Creates a new transform argument value object. |
Function | |
| |
Method Detail
Function | CreateIntArgValue | |
Creates an integer argument value object.
See Also:
Parameters:
Value
The integer value.
Returns:
The created argument value object.
User Guide References:
Function | CreateDoubleArgValue | |
Creates a double argument value object.
See Also:
Parameters:
Value
The double value.
Returns:
The created argument value object.
Function | CreateBoolArgValue | |
Creates a boolean argument value object.
See Also:
Parameters:
Value
The boolean value.
Returns:
The created argument object.
Function | CreateASCIIStringArgValue | |
Creates an ASCII string argument value object.
This type will be passed to Creo Parametric TOOLKIT using the ProValueDataType of PRO_VALUE_TYPE_STRING.
See Also:
Parameters:
Value
The character string.
Returns:
The created argument object.
Function | CreateStringArgValue | |
Creates a string argument value object.
This type will be passed to Creo Parametric TOOLKIT using the ProValueDataType of PRO_VALUE_TYPE_WSTRING.
See Also:
Parameters:
Value
The string value.
Returns:
The created argument value object.
Function | CreateSelectionArgValue | |
Creates a new selection argument value object.
See Also:
Parameters:
Value
The selection object.
Returns:
The created selection argument value object.
Function | CreateTransformArgValue | |
Creates a new transform argument value object.
See Also:
Parameters:
Value
The coordinate transformation.
Returns:
The created argument value object.
Function | FindArgumentByLabel | |
Parameters:
ArgList
Label
Returns: