This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRelateDescription Interface > IRelateDescription.RelationshipID Property (ArcObjects .NET 10.5 SDK) |
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(
long* 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
A unique id for a relationship between the source and destination table/layer. You may get this from IRelateInfo::RelationshipID.