ArcObjects Library Reference (Display)  

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 [out, retval]

  Mode is a parameter of type esriOrientMode

Mode [in]

  Mode is a parameter of type esriOrientMode

Product Availability

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

See Also

IOrientInteraction Interface