RelatedRecordGroup

A class that contains the related records for one source record or feature.

Property

Type

Description

SourceRowID

long

ObjectID of the source record/feature for which related records are queried.

Records

Record[]

Collection of related records for SourceRowID.

Remarks

A RelatedRecordGroup represents related records for one source record/feature for which related records are queried using QueryRelatedRecords function. 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 RelatedRecordSet.RelatedRecordFields.

11/8/2016