com.esri.arcgis.enginecore
Interface esriGTElevation

All Superinterfaces:
java.io.Serializable

public interface esriGTElevation
extends java.io.Serializable

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

Description: 'Indicates the elevation mode that will be used when rendering the graphic in 3D.' 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 esriGTElevationClampToGround
          Snaps the graphic to the surface and ignores its geometry's Z value.
static int esriGTElevationFloating
          Renders the graphic at the elevation specified by its geometry's Z value.
 

Field Detail

esriGTElevationClampToGround

static final int esriGTElevationClampToGround
Snaps the graphic to the surface and ignores its geometry's Z value.

See Also:
Constant Field Values

esriGTElevationFloating

static final int esriGTElevationFloating
Renders the graphic at the elevation specified by its geometry's Z value.

See Also:
Constant Field Values