com.esri.arcgis.enginecore
Interface esriGTElevation

All Superinterfaces:
Serializable

public interface esriGTElevation
extends Serializable

Indicates the elevation mode that will be used when rendering the graphic in 3D.

Product Availability

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


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