Library | File

Enum pfcFeatureStatus

# include <pfcFeature.h>

enum pfcFeatureStatus
{
    pfcFEAT_ACTIVE,
    pfcFEAT_INACTIVE,
    pfcFEAT_FAMILY_TABLE_SUPPRESSED,
    pfcFEAT_SIMP_REP_SUPPRESSED,
    pfcFEAT_PROGRAM_SUPPRESSED,
    pfcFEAT_SUPPRESSED,
    pfcFEAT_UNREGENERATED,
    pfcFeatureStatus_nil
};



Description

This enumerated type specifies the feature status.
Manual References:
Features: Feature Information




Values

pfcFEAT_ACTIVE
An ordinary feature.
pfcFEAT_INACTIVE
A feature that is not suppressed, but is not currently in use for anotherreason.
pfcFEAT_FAMILY_TABLE_SUPPRESSED
A feature suppressed by family table functionality.
pfcFEAT_SIMP_REP_SUPPRESSED
A feature suppressed by simplified representation functionality.
pfcFEAT_PROGRAM_SUPPRESSED
A feature suppressed by Pro/PROGRAM functionality.
pfcFEAT_SUPPRESSED
A feature suppressed by simplified representation functionality.
pfcFEAT_UNREGENERATED
A feature that is active, but not regenerated due to a regeneration failure that has not been fixed. This regeneration failure might result from a previous feature.
pfcFeatureStatus_nil
Enum null value.