com.esri.arcgis.schematic
Interface esriSchematicAlgoMainRingType

All Superinterfaces:
java.io.Serializable

public interface esriSchematicAlgoMainRingType
extends java.io.Serializable

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

Description: 'Main ring form types.' 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 esriSchematicAlgoMainRingEllipse
          To lay out the schematic nodes of the detected main ring around an ellipse.
static int esriSchematicAlgoMainRingRectangle
          To lay out the schematic nodes of the detected main ring around a rectangle.
 

Field Detail

esriSchematicAlgoMainRingRectangle

static final int esriSchematicAlgoMainRingRectangle
To lay out the schematic nodes of the detected main ring around a rectangle.

See Also:
Constant Field Values

esriSchematicAlgoMainRingEllipse

static final int esriSchematicAlgoMainRingEllipse
To lay out the schematic nodes of the detected main ring around an ellipse.

See Also:
Constant Field Values