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


IDERelationshipClassEx.ClassKey Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDERelationshipClassEx Interface > IDERelationshipClassEx.ClassKey Property
ArcGIS Developer Help

IDERelationshipClassEx.ClassKey Property

Class key used for the relationship class (Undefined, ClassID or Class Code).

[Visual Basic .NET]
Public Property ClassKey As esriRelClassKey
[C#]
public esriRelClassKey ClassKey {get; set;}
[C++]
HRESULT get_ClassKey(
  esriRelClassKey* ClassKey
);
[C++]
HRESULT put_ClassKey(
  esriRelClassKey ClassKey
);
[C++]
Parameters
ClassKey [out, retval]

ClassKey is a parameter of type esriRelClassKey* ClassKey [in]
ClassKey is a parameter of type esriRelClassKey

Product Availability

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

See Also

IDERelationshipClassEx Interface