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


IRelateInfo2.RelationshipTableId Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRelateInfo2 Interface > IRelateInfo2.RelationshipTableId Property
ArcGIS Developer Help

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(
  System.Int32* 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