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


ICamera.Move Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IC > ICamera Interface > ICamera.Move Method
ArcGIS Developer Help

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