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


ICamera.Pan 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.Pan Method
ArcGIS Developer Help

ICamera.Pan Method

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*

Product Availability

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

See Also

ICamera Interface