com.esri.arcgis.enginecore
Interface esriGTScale

All Superinterfaces:
Serializable

public interface esriGTScale
extends Serializable

Indicates the scaling method applied to the graphic.


Field Summary
static int esriGTScaleAuto
          Scales the graphic automatically.
static int esriGTScaleFixed
          Maintains constant size in pixels.
 

Field Detail

esriGTScaleAuto

static final int esriGTScaleAuto
Scales the graphic automatically. In 3D this means scaling the graphic according to the distance from the camera; whereas in 2D it means respecting the reference scale that is set in the map.

See Also:
Constant Field Values

esriGTScaleFixed

static final int esriGTScaleFixed
Maintains constant size in pixels.

See Also:
Constant Field Values