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