com.esri.arcgis.schematic
Interface esriSchematicAlgoMainLineType

All Superinterfaces:
Serializable

public interface esriSchematicAlgoMainLineType
extends Serializable

Main line tree's branches placement options.

Product Availability

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


Field Summary
static int esriSchematicAlgoMainLineCenter
          Branches coming out from the main line are placed on the both sides of this main line.
static int esriSchematicAlgoMainLineLeft
          Branches coming out from the main line are placed on the left side of this main line.
static int esriSchematicAlgoMainLineRight
          Branches coming out from the main line are placed on the right side of this main line.
 

Field Detail

esriSchematicAlgoMainLineLeft

static final int esriSchematicAlgoMainLineLeft
Branches coming out from the main line are placed on the left side of this main line.

See Also:
Constant Field Values

esriSchematicAlgoMainLineRight

static final int esriSchematicAlgoMainLineRight
Branches coming out from the main line are placed on the right side of this main line.

See Also:
Constant Field Values

esriSchematicAlgoMainLineCenter

static final int esriSchematicAlgoMainLineCenter
Branches coming out from the main line are placed on the both sides of this main line.

See Also:
Constant Field Values