com.esri.arcgis.carto
Interface IDataObjectGroup

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DataObjectGroup, IDataObjectGroupProxy

public interface IDataObjectGroup
extends java.io.Serializable

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

Description: 'DataObjectGroup' 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 IIDcac8e0b4_9a73_4089_8b02_5848ddc2a80a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IDataObjectArray getDataObjectArray()
          Objects in target table that are related to source ID.
 int getGroupID()
          The data object group's ID.
 

Field Detail

IIDcac8e0b4_9a73_4089_8b02_5848ddc2a80a

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

getGroupID

int getGroupID()
               throws java.io.IOException,
                      AutomationException
The data object group's ID.

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

getDataObjectArray

IDataObjectArray getDataObjectArray()
                                    throws java.io.IOException,
                                           AutomationException
Objects in target table that are related to source ID.

Returns:
A reference to a com.esri.arcgis.carto.IDataObjectArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.