Enum pfcRestrictionType
# include <pfcModelItem.h>
enum pfcRestrictionType
{
pfcPARAMSELECT_ENUMERATION,
pfcPARAMSELECT_RANGE,
pfcRestrictionType_nil
};
Description
This enumerated type lists the types of parameter restriction.
-
Manual References:
-
Dimensions and Parameters: Parameter Selection Options
Values
-
pfcPARAMSELECT_ENUMERATION
- Parameter has enumeration type restriction.
-
pfcPARAMSELECT_RANGE
- Parameter has range type restriction.
-
pfcRestrictionType_nil
- Enum null value.