This document is archived and information here might be outdated. Recommended version. |
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