This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRelationshipClass Interface > IRelationshipClass.RelationshipClassID Property (ArcObjects .NET 10.4 SDK) |
The relationship class ID.
[Visual Basic .NET] Public ReadOnly Property RelationshipClassID As Integer
[C#] public int RelationshipClassID {get;}
[C++]
HRESULT get_RelationshipClassID(
long* relClassId
);
[C++]
Parameters relClassId [out, retval] relClassId is a parameter of type long
The RelationshipClassID property returns the ID of the relationship class. This ID uniquely identifies a relationship class within its geodatabase relative to other relationship classes. It is equivalent to IObjectClass::ObjectClassID except that it applies to relationship classes rather than object classes.