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


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

IRelateDescription.RelationshipID Property

Relationship ID that uniquely idenentifies a relate to a table.

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

RelationshipID is a parameter of type long* RelationshipID [in]
RelationshipID is a parameter of type long

Product Availability

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

Description

A unique id for a relationship between the source and destination table/layer. You may get this from IRelateInfo::RelationshipID.

See Also

IRelateDescription Interface