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


INavigate3DView.MoveUpDown Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

INavigate3DView.MoveUpDown Method

Moves Camera Up and Down.

[Visual Basic .NET]
Public Sub MoveUpDown ( _
    ByVal distance As Double _
)
[C#]
public void MoveUpDown (
    double distance
);
[C++]
HRESULT MoveUpDown(
  double distance
);
[C++]

Parameters distance distance is a parameter of type double

Product Availability

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

See Also

INavigate3DView Interface