API Documentation > Interface Classes > Class pfcArgument
Class pfcArgument

# include <pfcArgument.h>

class
pfcArgument
: public virtual
xobject
{
xdeclare(pfcArgument)
...
};
This is a
COMPACT class.

Description
This interface represents a function or method argument, consisting of a name and a value.
See Also:
User Guide References:
Method Summary
Create (xrstring inLabel, pfcArgValue_ptr inValue)
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
GetLabel
()
void
SetLabel
(xrstring value)
The argument name.
User Guide References:
GetValue
()
void
SetValue
(pfcArgValue_ptr value)
The argument value.
User Guide References:
Create
(xrstring inLabel, pfcArgValue_ptr 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:
User Guide References:
Parameters:
inLabel
The argument label string.
inValue
The argument value.
Returns:
The created argument object.
Was this helpful?