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
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.