com.esri.arcgis.carto
Interface IRelatedRecordGroup

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRelatedRecordGroupProxy, RelatedRecordGroup

public interface IRelatedRecordGroup
extends java.io.Serializable

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

Description: 'Provides access to the RelatedRecordGroup members.' 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 IID1dc5a833_c24e_4688_baf5_dea8fc54e6af
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IRecordArray getRecords()
          Records that represent the related rows.
 int getSourceRowID()
          Object id of the row that belongs to source table.
 

Field Detail

IID1dc5a833_c24e_4688_baf5_dea8fc54e6af

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

getSourceRowID

int getSourceRowID()
                   throws java.io.IOException,
                          AutomationException
Object id of the row that belongs to source table.

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

getRecords

IRecordArray getRecords()
                        throws java.io.IOException,
                               AutomationException
Records that represent the related rows.

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