com.esri.arcgis.controls
Interface esriSymbologySortDirection

All Superinterfaces:
java.io.Serializable

public interface esriSymbologySortDirection
extends java.io.Serializable

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

Description: 'SymbologyControl display sort direction options.' 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 esriSortDirectionAscending
          The contents of the SymbologyControl are arranged in ascending order.
static int esriSortDirectionDescending
          The contents of the SymbologyControl are arranged in descending order.
static int esriSortDirectionNone
          The SymbologyControl in not sorted.
 

Field Detail

esriSortDirectionNone

static final int esriSortDirectionNone
The SymbologyControl in not sorted.

See Also:
Constant Field Values

esriSortDirectionAscending

static final int esriSortDirectionAscending
The contents of the SymbologyControl are arranged in ascending order.

See Also:
Constant Field Values

esriSortDirectionDescending

static final int esriSortDirectionDescending
The contents of the SymbologyControl are arranged in descending order.

See Also:
Constant Field Values