com.esri.arcgis.geodatabase
Interface esriRelKeyType

All Superinterfaces:
Serializable

public interface esriRelKeyType
extends Serializable

Build mode for keys in mult-set Relationship Classes.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriRelKeyTypeDual
          Key is a couple Class Identifier, Object Identifier.
static int esriRelKeyTypeSingle
          Key is a single value.
 

Field Detail

esriRelKeyTypeSingle

static final int esriRelKeyTypeSingle
Key is a single value.

See Also:
Constant Field Values

esriRelKeyTypeDual

static final int esriRelKeyTypeDual
Key is a couple Class Identifier, Object Identifier.

See Also:
Constant Field Values