This document is archived and information here might be outdated. Recommended version. |
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