Class pfcArgument
Description
This interface represents a function or method argument, consisting of a name and a value.
See Also:
User Guide References:
Method Summary
| |
| |
| |
| Creates a new argument object, for use in passing value to other Creo Parametric auxiliary applications like Creo Parametric TOOLKIT DLL's. |
| |
| |
void | |
| |
| |
| The argument name. |
| |
| |
void | |
| |
| |
| The argument value. |
| |
| |
| |
| |
Method Detail
The argument name.
User Guide References:
The argument value.
User Guide References:
Creates a new argument object, for use in passing value to other Creo Parametric auxiliary applications like Creo Parametric TOOLKIT DLL's.
See Also:
User Guide References:
Parameters:
inLabel
The argument label string.
inValue
The argument value.
Returns:
The created argument object.