com.esri.arcgis.carto
Interface esriSymbolSubstituteType

All Superinterfaces:
Serializable

public interface esriSymbolSubstituteType
extends Serializable

Symbol substitution display types.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


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