com.esri.arcgis.carto
Interface esriGridSquareLabelStyleEnum

All Superinterfaces:
java.io.Serializable

public interface esriGridSquareLabelStyleEnum
extends java.io.Serializable

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

Description: '100,000 meter grid square label style.' 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 esriGridSquareLabelCenter
          Label the center of the square.
static int esriGridSquareLabelCorners
          Label each corner of the square.
 

Field Detail

esriGridSquareLabelCorners

static final int esriGridSquareLabelCorners
Label each corner of the square.

See Also:
Constant Field Values

esriGridSquareLabelCenter

static final int esriGridSquareLabelCenter
Label the center of the square.

See Also:
Constant Field Values