|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataSortSeriesProperties
Provides access to members that control sorting of the graph data.
Method Summary | |
---|---|
void |
addSortingField(String strField,
boolean bAscending,
int[] idx)
Add a sorting field and type. |
void |
getSortingField(int idx,
String[] strField,
boolean[] bAscending)
Get a sorting field and type. |
int |
getSortingFieldsCount()
Number of sorting fields. |
void |
removeSortingField(int idx)
Remove the sorting field. |
Method Detail |
---|
void addSortingField(String strField, boolean bAscending, int[] idx) throws IOException, AutomationException
strField
- The strField (in)bAscending
- The bAscending (in)idx
- The idx (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getSortingField(int idx, String[] strField, boolean[] bAscending) throws IOException, AutomationException
idx
- The idx (in)strField
- The strField (out: use single element array)bAscending
- The bAscending (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeSortingField(int idx) throws IOException, AutomationException
idx
- The idx (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSortingFieldsCount() throws IOException, AutomationException
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 |