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


IRelateInfo.RelationshipID 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.RelationshipID Property
ArcGIS Developer Help

IRelateInfo.RelationshipID Property

Identifies the specific relationship for a related table.

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

RelationshipID is a parameter of type long*

Product Availability

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

Description

It is an integer that uniquely identifies all relationship available in the source map document.

See Also

IRelateInfo Interface