Library | Module

Class pfcArgument



Description

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



Property Summary

stringLabel
The argument name.
pfcArgValueValue
The argument value.



Method Summary

static pfcArgumentCreate (string inLabel, pfcArgValue inValue)
Creates a new argument object, for use in passing value to other Creo Parametric auxiliary applications like Creo Parametric TOOLKIT DLL's.



Property Detail


stringLabel

The argument name.




pfcArgValueValue

The argument value.





Method Detail


static pfcArgumentCreate (string inLabel, pfcArgValue inValue)

Creates a new argument object, for use in passing value to other Creo Parametric auxiliary applications like Creo Parametric TOOLKIT DLL's.
See Also:
pfcDll.ExecuteFunction()
Parameters:
inLabel
The argument label string.
inValue
The argument value.
Returns:
The created argument object.