com.esri.arcgis.schematic
Interface esriSchematicAlgoMainRingType

All Superinterfaces:
Serializable

public interface esriSchematicAlgoMainRingType
extends Serializable

Main ring form types.

Product Availability

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


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