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


IOrientInteraction.Mode Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IO > IOrientInteraction Interface > IOrientInteraction.Mode Property
ArcGIS Developer Help

IOrientInteraction.Mode Property

Orient Representation Tool Mode.

[Visual Basic .NET]
Public Property Mode As esriOrientMode
[C#]
public esriOrientMode Mode {get; set;}
[C++]
HRESULT get_Mode(
  esriOrientMode Mode
);
[C++]
HRESULT put_Mode(
  esriOrientMode* Mode
);
[C++]
Parameters
Mode [in]

Mode is a parameter of type esriOrientMode Mode [out, retval]
Mode is a parameter of type esriOrientMode*

Product Availability

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

See Also

IOrientInteraction Interface