ArcObjects Library Reference (Carto)  

IRelatedRecordGroup Interface

Provides access to the RelatedRecordGroup members.

Product Availability

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

Members

Description
Read-only property Records Records that represent the related rows.
Read-only property SourceRowID Object id of the row that belongs to source table.

CoClasses that implement IRelatedRecordGroup

CoClasses and Classes Description
RelatedRecordGroup A colcass that contains related records for every source id.

Remarks

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.