Library | File

Enum pfcParamValueType

# include <pfcModelItem.h>

enum pfcParamValueType
{
    pfcPARAM_STRING,
    pfcPARAM_INTEGER,
    pfcPARAM_BOOLEAN,
    pfcPARAM_DOUBLE,
    pfcPARAM_NOTE,
    pfcPARAM_VOID,
    pfcPARAM_NOT_SET,
    pfcParamValueType_nil
};



Description

This enumerated type lists the possible kinds of parameter value.
Manual References:
Overview of Creo Object TOOLKIT C++: Union Classes




Values

pfcPARAM_STRING
The parameter has a string value.
pfcPARAM_INTEGER
The parameter has an integer value.
pfcPARAM_BOOLEAN
The parameter has a Boolean value.
pfcPARAM_DOUBLE
The parameter has a real value.
pfcPARAM_NOTE
The parameter has a note identifier as its value.
pfcPARAM_VOID
 
pfcPARAM_NOT_SET
 
pfcParamValueType_nil
Enum null value.