View Single Post

  #4 (permalink)  
Old 12-25-2004
Wilfried Wilfried is offline
Senior Member
Black Belt
 
Join Date: Nov 2004
Posts: 2,112
Hi,

I found another method:
Code:
MP.ActiveMap.Pan(GeoPanCmd.geoNorth, Amount);
But the Amount raises another question. According to the help it say:
"PanFactor Optional Double. Amount to pan, expressed as a fraction of the screen width or height. "

But how large is that fraction ? I did a few experiment, and a vaule of 1 pan the map half the distance it fills on the screen.
Reply With Quote