Solid Edge Framework Type Library
PanCamera Method
Specifies change in x pixels the camera is to be panned across the screen.
Specifies change in y pixels the camera is to be panned across the screen.
Description
Pans the camera view (dx, dy) pixels across the screen.
Syntax
Visual Basic
Public Sub PanCamera( _
   ByVal dX As Integer, _
   ByVal dY As Integer _
) 
Parameters
dX
Specifies change in x pixels the camera is to be panned across the screen.
dY
Specifies change in y pixels the camera is to be panned across the screen.
See Also

View Object  | View Members