ArcObjects Library Reference (GlobeCore)  

IGlobeCamera.NavigationType Property

The navigation type.

[Visual Basic .NET]
Public Property NavigationType As esriGlobeNavigationType
[C#]
public esriGlobeNavigationType NavigationType {get; set;}
[C++]
HRESULT get_NavigationType(
  esriGlobeNavigationType* pType
);
[C++]
HRESULT put_NavigationType(
  esriGlobeNavigationType pType
);
[C++]

Parameters

pType [out, retval]

  pType is a parameter of type esriGlobeNavigationType

pType [in]

  pType is a parameter of type esriGlobeNavigationType

Product Availability

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

See Also

IGlobeCamera Interface