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


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

IRelateInfo.RelatedTableID Property

ID of the table related to.

[Visual Basic .NET]
Public ReadOnly Property RelatedTableID As Integer
[C#]
public int RelatedTableID {get;}
[C++]
HRESULT get_RelatedTableID(
  System.Int32* RelatedTableID
);
[C++]
Parameters
RelatedTableID [out, retval]

RelatedTableID is a parameter of type long*

Product Availability

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

See Also

IRelateInfo Interface