View Single Post

  #2 (permalink)  
Old 09-08-2006
Wilfried Wilfried is offline
Senior Member
Black Belt
 
Join Date: Nov 2004
Posts: 2,122
Hi,

This zooms to all pushpins no matter in witch dataset they are:

Code:
MP.ActiveMap.DataSets.ZoomTo();
You can also zoom to one specific dataset:

Code:
theDataset.ZoomTo();
Reply With Quote