com.esri.arcgis.carto
Interface esriGridSquareLabelStyleEnum

All Superinterfaces:
Serializable

public interface esriGridSquareLabelStyleEnum
extends Serializable

100,000 meter grid square label style.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


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