ArcObjects Library Reference (EngineCore)  

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