com.esri.arcgis.geoprocessing
Interface esriModelDiagramLevelOrientation

All Superinterfaces:
java.io.Serializable

public interface esriModelDiagramLevelOrientation
extends java.io.Serializable

Constants from esriModelDiagramLevelOrientation' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Model Diagram Level Orientation.' 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 esriModelDiagramLevelOrientationBottomToTop
          Bottom-to-top orientation.
static int esriModelDiagramLevelOrientationLeftToRight
          Left-to-right orientation.
static int esriModelDiagramLevelOrientationRightToLeft
          Right-to-left orientation.
static int esriModelDiagramLevelOrientationTopToBottom
          Top-to-bottom orientation.
 

Field Detail

esriModelDiagramLevelOrientationLeftToRight

static final int esriModelDiagramLevelOrientationLeftToRight
Left-to-right orientation.

See Also:
Constant Field Values

esriModelDiagramLevelOrientationBottomToTop

static final int esriModelDiagramLevelOrientationBottomToTop
Bottom-to-top orientation.

See Also:
Constant Field Values

esriModelDiagramLevelOrientationRightToLeft

static final int esriModelDiagramLevelOrientationRightToLeft
Right-to-left orientation.

See Also:
Constant Field Values

esriModelDiagramLevelOrientationTopToBottom

static final int esriModelDiagramLevelOrientationTopToBottom
Top-to-bottom orientation.

See Also:
Constant Field Values