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


IDERelationshipClassEx.KeyType 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.KeyType Property
ArcGIS Developer Help

IDERelationshipClassEx.KeyType Property

Key type for the relationship class (Dual or Single).

[Visual Basic .NET]
Public Property KeyType As esriRelKeyType
[C#]
public esriRelKeyType KeyType {get; set;}
[C++]
HRESULT get_KeyType(
  esriRelKeyType* KeyType
);
[C++]
HRESULT put_KeyType(
  esriRelKeyType KeyType
);
[C++]
Parameters
KeyType [out, retval]

KeyType is a parameter of type esriRelKeyType* KeyType [in]
KeyType is a parameter of type esriRelKeyType

Product Availability

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

See Also

IDERelationshipClassEx Interface