This document is archived and information here might be outdated.  Recommended version.


esriGTElevation Constants (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (EngineCore)  

esriGTElevation Constants

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

Constant Value Description
esriGTElevationClampToGround 0 Snaps the graphic to the surface and ignores its geometry's Z value.
esriGTElevationFloating 1 Renders the graphic at the elevation specified by its geometry's Z value.

Product Availability

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

.NET Samples

RSS weather GraphicTracker (Code Files: RSSWeather)

.NET Related Topics

Using a GraphicTracker