API Documentation > Classes > Interface IpfcArgument
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
CCpfcArgument.Create (inLabel as String, inValue as IpfcArgValue) as IpfcArgument
Creates a new argument object, for use in passing value to other Creo Parametric auxiliary applications like Creo Parametric TOOLKIT DLL's.
Property Detail
Property
Label
as String
The argument name.
Property
Value
The argument value.
Method Detail
Function
CCpfcArgument.Create
(inLabel as String, inValue as IpfcArgValue) as IpfcArgument
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.
Was this helpful?