Enum EpfcArgValueType
Description
This enumerated type contains the types of argument values.
-
See Also:
-
IpfcArgument, IpfcArgValue
Values
-
EpfcARG_V_INTEGER
- An integer.
-
EpfcARG_V_DOUBLE
- A double.
-
EpfcARG_V_BOOLEAN
- A boolean.
-
EpfcARG_V_ASCII_STRING
- An ASCII character string.
-
EpfcARG_V_STRING
- A string.
-
EpfcARG_V_SELECTION
- A Creo Parametric selection.
-
EpfcARG_V_TRANSFORM
- A coordinate transformation.
-
EpfcARG_V_POINTER
-
-
EpfcARG_V_WSTRING
-
-
EpfcArgValueType_nil
-
Use this enumerated value to represent "null" passed to optional properties or method arguments.