com.esri.arcgis.carto
Interface esriLabelEnvPlacement

All Superinterfaces:
Serializable

public interface esriLabelEnvPlacement
extends Serializable

Label environment, label placement options.

Remarks

Used by ILabelEnvironment::Placement.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriCalculateBestPlacement
          Calculate best label placement.
static int esriPlaceWhereClick
          Place label at click.
 

Field Detail

esriPlaceWhereClick

static final int esriPlaceWhereClick
Place label at click.

See Also:
Constant Field Values

esriCalculateBestPlacement

static final int esriCalculateBestPlacement
Calculate best label placement.

See Also:
Constant Field Values