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


IGraphicTracker.SetElevationMode Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EngineCore > ESRI.ArcGIS.EngineCore > Interfaces > IG > IGraphicTracker Interface > IGraphicTracker.SetElevationMode Method
ArcGIS Developer Help

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