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


ICamera.Move Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalyst)  

ICamera.Move Method

Moves the camera in the specified direction. The distance is calculated by applying the given factor to the current viewing distance.

[Visual Basic .NET]
Public Sub Move ( _
    ByVal direction As esriCameraMovementType, _
    ByVal factor As Double _
)
[C#]
public void Move (
    esriCameraMovementType direction,
    double factor
);
[C++]
HRESULT Move(
  esriCameraMovementType direction,
  double factor
);
[C++]

Parameters direction [in]
direction is a parameter of type esriCameraMovementType factor [in] factor is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

ICamera Interface