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


IGlobeCamera.OrientationMode Property (ArcObjects .NET 10.5 SDK)
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

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

.NET Samples

Multiple globe viewers (Code Files: MultipleGlobeViewers)

.NET Related Topics

How to create and zoom to a bookmark in globe