com.esri.arcgis.editor
Interface esriConstructionToolbarLocation

All Superinterfaces:
java.io.Serializable

public interface esriConstructionToolbarLocation
extends java.io.Serializable

Constants from esriConstructionToolbarLocation' enum. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esriEditor.olb'

Description: 'Locations for Construction MiniBar.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


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