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


IGraphicTracker.SetElevationMode Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (EngineCore)  

IGraphicTracker.SetElevationMode Method

Sets the elevation mode for the given graphic.

[Visual Basic .NET]
Public Sub SetElevationMode ( _
    ByVal id As Integer, _
    ByVal eElevation As esriGTElevation _
)
[C#]
public void SetElevationMode (
    int id,
    esriGTElevation eElevation
);
[C++]
HRESULT SetElevationMode(
  long id,
  esriGTElevation eElevation
);
[C++]

Parameters id [in] id is a parameter of type long eElevation [in]
eElevation is a parameter of type esriGTElevation

Product Availability

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

See Also

IGraphicTracker Interface