Enum pfcArgValueType
Description
This enumerated type contains the types of argument values.
-
See Also:
-
pfcArgument, pfcArgValue
Values
-
ARG_V_INTEGER
- An integer.
-
ARG_V_DOUBLE
- A double.
-
ARG_V_BOOLEAN
- A boolean.
-
ARG_V_ASCII_STRING
- An ASCII character string.
-
ARG_V_STRING
- A string.
-
ARG_V_SELECTION
- A Creo Parametric selection.
-
ARG_V_TRANSFORM
- A coordinate transformation.
-
ARG_V_POINTER
-
-
ARG_V_WSTRING
-
-
ArgValueType_nil
-
Use this enumerated value to represent "null" passed to optional properties or method arguments.