This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IC > ICamera Interface > ICamera.Move Method (ArcObjects .NET 10.5 SDK) |
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