|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRelatedRecordGroup
Provides access to the RelatedRecordGroup members.
A RelatedRecordGroup represents related records for one source record/feature for which related records are queried. SourceRowID represents which source record/feature records in Records object related to.
Records is an array of all related records. Each record in Records array holds value in the native data type and they are not formatted. These values are ordered the same way fields are ordered in RelatedRecordFields.
Method Summary | |
---|---|
IRecordArray |
getRecords()
Records that represent the related rows. |
int |
getSourceRowID()
Object id of the row that belongs to source table. |
Method Detail |
---|
int getSourceRowID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRecordArray getRecords() throws IOException, AutomationException
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 |