com.esri.arcgis.carto
Interface IDataGroupSeriesProperties

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IDataGroupSeriesPropertiesProxy, LineSeriesProperties

public interface IDataGroupSeriesProperties
extends java.io.Serializable

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

IID7b25b19e_035c_4209_abbc_346b642d69bc

static final int IID7b25b19e_035c_4209_abbc_346b642d69bc
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

addGroupField

void addGroupField(java.lang.String strField,
                   int[] idx)
                   throws java.io.IOException,
                          AutomationException
Add a group field and type.

Parameters:
strField - The strField (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.

getGroupField

void getGroupField(int idx,
                   java.lang.String[] strField)
                   throws java.io.IOException,
                          AutomationException
Get a group field and type.

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

removeGroupField

void removeGroupField(int idx)
                      throws java.io.IOException,
                             AutomationException
Remove the group field.

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

getGroupFieldsCount

int getGroupFieldsCount()
                        throws java.io.IOException,
                               AutomationException
Number of group fields.

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