com.esri.arcgis.carto
Interface IDataSortSeriesProperties

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AreaSeriesProperties, BarSeriesProperties, IDataSortSeriesPropertiesProxy, LineSeriesProperties, PieSeriesProperties

public interface IDataSortSeriesProperties
extends java.io.Serializable

COM Interface 'IDataSortSeriesProperties'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control sorting of the graph data.' 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 java.lang.String IID
          Deprecated. Internal use only
static int IIDe4a4f9cf_c407_4c30_943f_1bbc23f728cf
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addSortingField(java.lang.String strField, boolean bAscending, int[] idx)
          Add a sorting field and type.
 void getSortingField(int idx, java.lang.String[] strField, boolean[] bAscending)
          Get a sorting field and type.
 int getSortingFieldsCount()
          Number of sorting fields.
 void removeSortingField(int idx)
          Remove the sorting field.
 

Field Detail

IIDe4a4f9cf_c407_4c30_943f_1bbc23f728cf

static final int IIDe4a4f9cf_c407_4c30_943f_1bbc23f728cf
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

addSortingField

void addSortingField(java.lang.String strField,
                     boolean bAscending,
                     int[] idx)
                     throws java.io.IOException,
                            AutomationException
Add a sorting field and type.

Parameters:
strField - The strField (in)
bAscending - The bAscending (in)
idx - The idx (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSortingField

void getSortingField(int idx,
                     java.lang.String[] strField,
                     boolean[] bAscending)
                     throws java.io.IOException,
                            AutomationException
Get a sorting field and type.

Parameters:
idx - The idx (in)
strField - The strField (out: use single element array)
bAscending - The bAscending (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeSortingField

void removeSortingField(int idx)
                        throws java.io.IOException,
                               AutomationException
Remove the sorting field.

Parameters:
idx - The idx (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSortingFieldsCount

int getSortingFieldsCount()
                          throws java.io.IOException,
                                 AutomationException
Number of sorting fields.

Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.