ArcObjects Library Reference (Carto)  

IRelateInfo2.RelationshipTableId Property

Id of table that maintains the relationhip information between the source and destination table.

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

Parameters

TableID [out, retval]   TableID is a parameter of type long

Product Availability

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

See Also

IRelateInfo2 Interface