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