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


IRelateInfo2.RelationshipTableId Property (ArcObjects .NET 10.4 SDK)
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