This document is archived and information here might be outdated.  Recommended version.


IRelatedRecordGroup.Records Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRelatedRecordGroup Interface > IRelatedRecordGroup.Records Property
ArcGIS Developer Help

IRelatedRecordGroup.Records Property

Records that represent the related rows.

[Visual Basic .NET]
Public ReadOnly Property Records As IRecordArray
[C#]
public IRecordArray Records {get;}
[C++]
HRESULT get_Records(
  IRecordArray** ppRecords
);
[C++]
Parameters
ppRecords [out, retval]

ppRecords is a parameter of type IRecordArray**

Product Availability

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

See Also

IRelatedRecordGroup Interface