Library | Module

Interface IpfcArgument



Description

This interface represents a function or method argument, consisting of a name and a value.
See Also:
CMpfcArgument.CreateASCIIStringArgValue(), CMpfcArgument.CreateBoolArgValue(), CMpfcArgument.CreateDoubleArgValue(), CMpfcArgument.CreateIntArgValue(), CMpfcArgument.CreateSelectionArgValue(), CMpfcArgument.CreateStringArgValue(), CMpfcArgument.CreateTransformArgValue()



Property Summary

PropertyLabelas String
The argument name.
PropertyValueas IpfcArgValue
The argument value.



Method Summary

FunctionCCpfcArgument.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


PropertyLabelas String

The argument name.




PropertyValueas IpfcArgValue

The argument value.





Method Detail


FunctionCCpfcArgument.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:
IpfcDll.ExecuteFunction()
Parameters:
inLabel
The argument label string.
inValue
The argument value.
Returns:
The created argument object.