com.esri.arcgis.enginecore
Interface esriGTScale

All Superinterfaces:
java.io.Serializable

public interface esriGTScale
extends java.io.Serializable

Constants from esriGTScale' enum. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esriEngineCore.olb'

Description: 'Indicates the scaling method applied to the graphic.' 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 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