View Single Post

  #6 (permalink)  
Old 12-22-2006
Wilfried Wilfried is offline
Senior Member
Black Belt
 
Join Date: Nov 2004
Posts: 2,122
Re: What is it: ZoomIn, ZoomOut, ZoomTo or Altitude??

Hi,

Good that it is working

As for your last question:

Code:
  object o = "My Pushpins";
  MP.ActiveMap.DataSets.get_Item(ref o).ZoomTo();
Reply With Quote