com.esri.arcgis.geodatabase
Interface esriRelationshipSplitPolicy

All Superinterfaces:
Serializable

public interface esriRelationshipSplitPolicy
extends Serializable

Relationship split policy options.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriRSPDeleteParts
          Delete the relationships and the part objects (with composite relationships).
static int esriRSPDeleteRelationship
          Delete the relationships.
static int esriRSPPreserveOnAll
          Preserve relationships on both resulting features (not valid with 1:1, 1:m).
static int esriRSPPreserveOnLargest
          Preserve relationships on the largest resulting feature.
static int esriRSPPreserveOnSmallest
          Preserve relationships on the smallest resulting feature.
static int esriRSPUseDefault
          Use the default policy.
 

Field Detail

esriRSPUseDefault

static final int esriRSPUseDefault
Use the default policy.

See Also:
Constant Field Values

esriRSPPreserveOnLargest

static final int esriRSPPreserveOnLargest
Preserve relationships on the largest resulting feature.

See Also:
Constant Field Values

esriRSPPreserveOnSmallest

static final int esriRSPPreserveOnSmallest
Preserve relationships on the smallest resulting feature.

See Also:
Constant Field Values

esriRSPPreserveOnAll

static final int esriRSPPreserveOnAll
Preserve relationships on both resulting features (not valid with 1:1, 1:m).

See Also:
Constant Field Values

esriRSPDeleteRelationship

static final int esriRSPDeleteRelationship
Delete the relationships.

See Also:
Constant Field Values

esriRSPDeleteParts

static final int esriRSPDeleteParts
Delete the relationships and the part objects (with composite relationships).

See Also:
Constant Field Values