ArcObjects Library Reference (GlobeCore)  

IGlobeCamera.OrientationMode Property

The orientation mode.

[Visual Basic .NET]
Public Property OrientationMode As esriGlobeCameraOrientationMode
[C#]
public esriGlobeCameraOrientationMode OrientationMode {get; set;}
[C++]
HRESULT get_OrientationMode(
  esriGlobeCameraOrientationMode* pMode
);
[C++]
HRESULT put_OrientationMode(
  esriGlobeCameraOrientationMode pMode
);
[C++]

Parameters

pMode [out, retval]

  pMode is a parameter of type esriGlobeCameraOrientationMode

pMode [in]

  pMode is a parameter of type esriGlobeCameraOrientationMode

Product Availability

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

See Also

IGlobeCamera Interface

.NET Snippets

Zoom to 3D Bookmark | Toggle Between Surface and Global Navigation Mode

.NET Samples

Multiple globe viewers (Code Files: MultipleGlobeViewers)

.NET Related Topics

How to create and zoom to a bookmark in globe