|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataSortSeriesProperties
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 |
---|
static final int IIDe4a4f9cf_c407_4c30_943f_1bbc23f728cf
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void addSortingField(java.lang.String strField, boolean bAscending, int[] idx) throws java.io.IOException, AutomationException
strField
- The strField (in)bAscending
- The bAscending (in)idx
- The idx (in/out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getSortingField(int idx, java.lang.String[] strField, boolean[] bAscending) throws java.io.IOException, AutomationException
idx
- The idx (in)strField
- The strField (out: use single element array)bAscending
- The bAscending (in/out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeSortingField(int idx) throws java.io.IOException, AutomationException
idx
- The idx (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSortingFieldsCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |