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


IRelateInfo2.RelatedTableID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRelateInfo2.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(
  long* 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

IRelateInfo2 Interface