com.esri.arcgis.editor
Interface esriConstructionToolbarLocation

All Superinterfaces:
Serializable

public interface esriConstructionToolbarLocation
extends Serializable

Locations for Construction MiniBar.

Product Availability

Available with ArcGIS Desktop.


Field Summary
static int esriCTLAbove
          Above the target location.
static int esriCTLBelow
          Below the target location.
static int esriCTLLast
          Use Last Location.
static int esriCTLOnTop
          Immediately next to target location.
 

Field Detail

esriCTLLast

static final int esriCTLLast
Use Last Location.

See Also:
Constant Field Values

esriCTLOnTop

static final int esriCTLOnTop
Immediately next to target location.

See Also:
Constant Field Values

esriCTLAbove

static final int esriCTLAbove
Above the target location.

See Also:
Constant Field Values

esriCTLBelow

static final int esriCTLBelow
Below the target location.

See Also:
Constant Field Values