This document is archived and information here might be outdated. Recommended version. |
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