com.esri.arcgis.carto
Interface esriSymbolSubstituteType

All Superinterfaces:
java.io.Serializable

public interface esriSymbolSubstituteType
extends java.io.Serializable

Constants from esriSymbolSubstituteType' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Symbol substitution display types.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static int esriSymbolSubstituteColor
          Substitute only the color.
static int esriSymbolSubstituteIndividualDominant
          Substitute individual symbols in the collection with the symbol taking precedence to overrides.
static int esriSymbolSubstituteIndividualSubordinate
          Substitute individual symbols in the collection with overrides taking precedence to symbols.
static int esriSymbolSubstituteNone
          Do not substitute symbols.
 

Field Detail

esriSymbolSubstituteNone

static final int esriSymbolSubstituteNone
Do not substitute symbols.

See Also:
Constant Field Values

esriSymbolSubstituteColor

static final int esriSymbolSubstituteColor
Substitute only the color.

See Also:
Constant Field Values

esriSymbolSubstituteIndividualSubordinate

static final int esriSymbolSubstituteIndividualSubordinate
Substitute individual symbols in the collection with overrides taking precedence to symbols.

See Also:
Constant Field Values

esriSymbolSubstituteIndividualDominant

static final int esriSymbolSubstituteIndividualDominant
Substitute individual symbols in the collection with the symbol taking precedence to overrides.

See Also:
Constant Field Values