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.Pan Method (ArcObjects .NET 10.5 SDK) |
Moves both the observer and the target so that the object picked as the starting point on screen assumes the ending-point position.
[Visual Basic .NET] Public Sub Pan ( _ ByVal startPoint As IPoint, _ ByVal endPoint As IPoint _ )
[C#] public void Pan ( IPoint startPoint, IPoint endPoint );
[C++]
HRESULT Pan(
IPoint* startPoint,
IPoint* endPoint
);
[C++]
Parameters startPoint [in]
startPoint is a parameter of type IPoint endPoint [in]
endPoint is a parameter of type IPoint