com.esri.arcgis.location
Interface esriMSeedingCorner

All Superinterfaces:
Serializable

public interface esriMSeedingCorner
extends Serializable

Describes the seeding corner used when assigning Ms to a polyline.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriMSeedingBottomLeft
          Bottom Left corner.
static int esriMSeedingBottomRight
          Bottom Left corner.
static int esriMSeedingUpperLeft
          Upper left corner.
static int esriMSeedingUpperRight
          Upper right corner.
 

Field Detail

esriMSeedingUpperLeft

static final int esriMSeedingUpperLeft
Upper left corner.

See Also:
Constant Field Values

esriMSeedingBottomLeft

static final int esriMSeedingBottomLeft
Bottom Left corner.

See Also:
Constant Field Values

esriMSeedingUpperRight

static final int esriMSeedingUpperRight
Upper right corner.

See Also:
Constant Field Values

esriMSeedingBottomRight

static final int esriMSeedingBottomRight
Bottom Left corner.

See Also:
Constant Field Values