com.esri.arcgis.geoprocessing
Interface esriModelDiagramLevelOrientation

All Superinterfaces:
Serializable

public interface esriModelDiagramLevelOrientation
extends Serializable

Model Diagram Level Orientation.

Product Availability

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

Supported Platforms

Windows


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