Class pfcArgument
Description
Contains global CIP definitions for module "pfcArgument"
Method Summary
| |
| Creates a new argument object, for use in passing value to other Creo Parametric auxiliary applications like Creo Parametric TOOLKIT DLL's. |
| |
| Creates an ASCII string argument value object. |
| |
| Creates a boolean argument value object. |
| |
| Creates a double argument value object. |
| |
| Creates an integer argument value object. |
| |
| Creates a new selection argument value object. |
| |
| Creates a string argument value object. |
| |
| Creates a new transform argument value object. |
| |
| |
Method Detail
CreateIntArgValue |
| CreateIntArgValue | (int Value) |
Creates an integer argument value object.
See Also:
Manual References:
Parameters:
Value
The integer value.
Returns:
The created argument value object.
CreateDoubleArgValue |
| CreateDoubleArgValue | (double Value) |
Creates a double argument value object.
See Also:
Manual References:
Parameters:
Value
The double value.
Returns:
The created argument value object.
CreateBoolArgValue |
| CreateBoolArgValue | (boolean Value) |
Creates a boolean argument value object.
See Also:
Manual References:
Parameters:
Value
The boolean value.
Returns:
The created argument object.
CreateASCIIStringArgValue |
| CreateASCIIStringArgValue | (String Value) |
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:
Manual References:
Parameters:
Value
The character string.
Returns:
The created argument object.
CreateStringArgValue |
| CreateStringArgValue | (String Value) |
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:
Manual References:
Parameters:
Value
The string value.
Returns:
The created argument value object.
CreateSelectionArgValue |
| CreateSelectionArgValue | |
Creates a new selection argument value object.
See Also:
Manual References:
Parameters:
Value
The selection object.
Returns:
The created selection argument value object.
CreateTransformArgValue |
| CreateTransformArgValue | |
Creates a new transform argument value object.
See Also:
Manual References:
Parameters:
Value
The coordinate transformation.
Returns:
The created argument value object.
Argument_Create |
| Argument_Create | |
Creates a new argument object, for use in passing value to other Creo Parametric auxiliary applications like Creo Parametric TOOLKIT DLL's.
See Also:
Manual References:
Parameters:
inLabel
The argument label string.
inValue
The argument value.
Returns:
The created argument object.
FindArgumentByLabel |
| FindArgumentByLabel | |
Parameters:
ArgList
Label
Returns: