com.esri.arcgis.location
Interface esriMSeedingCorner

All Superinterfaces:
java.io.Serializable

public interface esriMSeedingCorner
extends java.io.Serializable

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

Description: 'Describes the seeding corner used when assigning Ms to a polyline.' 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 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