Enum pfcDetailSymbolGroupOption
Description
This enumerated type represents the various options of symbol group placement.
Values
-
DETAIL_SYMBOL_GROUP_INTERACTIVE
- Allow interactive group placement. It is the default
option in graphics mode.
-
DETAIL_SYMBOL_GROUP_ALL
- All non-exclusive symbol groups will be included during
placement. The first option for the exclusive symbol groups will be used.
-
DETAIL_SYMBOL_GROUP_NONE
- No non-exclusive symbol groups will be included during
placement. The first option for the exclusive symbol groups will be used.
-
DETAIL_SYMBOL_GROUP_CUSTOM
- The application will specify exactly which groups
should be included.
-
DetailSymbolGroupOption_nil
-
Use this enumerated value to represent "null" passed to optional properties or method arguments.