Library | Module

Enum EpfcDetailSymbolGroupOption

Description

This enumerated type represents the various options of symbol group placement.




Values

EpfcDETAIL_SYMBOL_GROUP_INTERACTIVE
Allow interactive group placement. It is the default option in graphics mode.

EpfcDETAIL_SYMBOL_GROUP_ALL
All non-exclusive symbol groups will be included during placement. The first option for the exclusive symbol groups will be used.

EpfcDETAIL_SYMBOL_GROUP_NONE
No non-exclusive symbol groups will be included during placement. The first option for the exclusive symbol groups will be used.

EpfcDETAIL_SYMBOL_GROUP_CUSTOM
The application will specify exactly which groups should be included.

EpfcDetailSymbolGroupOption_nil
Use this enumerated value to represent "null" passed to optional properties or method arguments.