com.esri.arcgis.schematic
Interface esriSchematicAlgoMainLineType

All Superinterfaces:
java.io.Serializable

public interface esriSchematicAlgoMainLineType
extends java.io.Serializable

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

Description: 'Main line tree's branches placement options.' 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 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