This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > EngineCore > ESRI.ArcGIS.EngineCore > Interfaces > IG > IGraphicTracker Interface > IGraphicTracker.SetOrientationMode Method (ArcObjects .NET 10.4 SDK) |
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