com.esri.arcgis.carto
Interface IDataObjectGroup

All Superinterfaces:
Serializable
All Known Implementing Classes:
DataObjectGroup

public interface IDataObjectGroup
extends Serializable

DataObjectGroup

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IDataObjectArray getDataObjectArray()
          Objects in target table that are related to source ID.
 int getGroupID()
          The data object group's ID.
 

Method Detail

getGroupID

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getDataObjectArray

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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