|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataGroupSeriesProperties
COM Interface 'IDataGroupSeriesProperties'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control grouping 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 |
IID7b25b19e_035c_4209_abbc_346b642d69bc
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
addGroupField(java.lang.String strField,
int[] idx)
Add a group field and type. |
void |
getGroupField(int idx,
java.lang.String[] strField)
Get a group field and type. |
int |
getGroupFieldsCount()
Number of group fields. |
void |
removeGroupField(int idx)
Remove the group field. |
Field Detail |
---|
static final int IID7b25b19e_035c_4209_abbc_346b642d69bc
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void addGroupField(java.lang.String strField, int[] idx) throws java.io.IOException, AutomationException
strField
- The strField (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 getGroupField(int idx, java.lang.String[] strField) throws java.io.IOException, AutomationException
idx
- The idx (in)strField
- The strField (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeGroupField(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 getGroupFieldsCount() 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 |