com.esri.arcgis.carto
Interface esriPlacementCode

All Superinterfaces:
Serializable

public interface esriPlacementCode
extends Serializable

Placed object result type.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriPlacementOk
          Placement OK.
static int esriPlacementSystemError
          System Error.
static int esriPlacementUnplaced
          Unplaced.
 

Field Detail

esriPlacementOk

static final int esriPlacementOk
Placement OK.

See Also:
Constant Field Values

esriPlacementUnplaced

static final int esriPlacementUnplaced
Unplaced.

See Also:
Constant Field Values

esriPlacementSystemError

static final int esriPlacementSystemError
System Error.

See Also:
Constant Field Values