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


IRelatedRecordGroup.SourceRowID Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IRelatedRecordGroup.SourceRowID Property

Object id of the row that belongs to source table.

[Visual Basic .NET]
Public ReadOnly Property SourceRowID As Integer
[C#]
public int SourceRowID {get;}
[C++]
HRESULT get_SourceRowID(
  long* ID
);
[C++]

Parameters ID [out, retval] ID is a parameter of type long

Product Availability

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

See Also

IRelatedRecordGroup Interface