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


IRelatedRecordSet.RelatedRecordFields Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRelatedRecordSet.RelatedRecordFields Property

Fields of the values in the RelatedRecordGroups.

[Visual Basic .NET]
Public ReadOnly Property RelatedRecordFields As IFields
[C#]
public IFields RelatedRecordFields {get;}
[C++]
HRESULT get_RelatedRecordFields(
  IFields** ppFields
);
[C++]

Parameters ppFields [out, retval]
ppFields is a parameter of type IFields

Product Availability

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

See Also

IRelatedRecordSet Interface