ArcObjects Library Reference (3DAnalyst)  

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