This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDERelationshipClassEx Interface > IDERelationshipClassEx.KeyType Property (ArcObjects .NET 10.4 SDK) |
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