API Documentation > Enumerated Types > Enum pfcArgValueType
Enum pfcArgValueType
Description
This enumerated type contains the types of argument values.
See Also:
Values
pfcARG_V_INTEGER
An integer.
pfcARG_V_DOUBLE
A double.
pfcARG_V_BOOLEAN
A boolean.
pfcARG_V_ASCII_STRING
An ASCII character string.
pfcARG_V_STRING
A string.
pfcARG_V_SELECTION
A Creo Parametric selection.
pfcARG_V_TRANSFORM
A coordinate transformation.
pfcARG_V_POINTER
pfcARG_V_WSTRING
pfcArgValueType_nil
Enum null value.
Was this helpful?