Interface IpfcArgument
Description
This interface represents a function or method argument, consisting of a name and a value.
See Also:
User Guide References:
Property Summary
Property | | as String |
| |
| |
| The argument name. |
Property | | |
| |
| |
| The argument value. |
Method Summary
Function | |
| |
| |
| Creates a new argument object, for use in passing value to other Creo Parametric auxiliary applications like Creo Parametric TOOLKIT DLL's. |
Property Detail
The argument name.
The argument value.
Method Detail
Function | CCpfcArgument.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:
Parameters:
inLabel
The argument label string.
inValue
The argument value.
Returns:
The created argument object.