API Documentation > Functions > Function pfcCreateStringArgValue
Function pfcCreateStringArgValue

# include <pfcArgument.h>

pfcArgValue_ptr pfcCreateStringArgValue (xrstring Value)


Description
Creates a string argument value object.
This type will be passed to Creo Parametric TOOLKIT using the ProValueDataType of PRO_VALUE_TYPE_WSTRING.
See Also:
Parameters:
Value The string value.
Returns:
The created argument value object.
Was this helpful?