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


IGraphicTracker.SetOrientationMode 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.SetOrientationMode Method
ArcGIS Developer Help

IGraphicTracker.SetOrientationMode Method

Sets the orientation mode for the given graphic.

[Visual Basic .NET]
Public Sub SetOrientationMode ( _
    ByVal id As Integer, _
    ByVal eOrientation As esriGTOrientation _
)
[C#]
public void SetOrientationMode (
    int id,
    esriGTOrientation eOrientation
);
[C++]
HRESULT SetOrientationMode(
  long id,
  esriGTOrientation eOrientation
);
[C++]
Parameters
id [in]

id is a parameter of type long eOrientation [in]
eOrientation is a parameter of type esriGTOrientation

Product Availability

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

See Also

IGraphicTracker Interface