MapWinGIS:AxMap ZoomToMaxVisibleExtents
From MapWindow GIS
ZoomToMaxVisibleExtents
Zooms the map to the maximum extents of all loaded visible layers. (Note: Layers which are not visible are not used to compute maximum extents.)
VB.NET Usage
Sub ZoomToMaxVisibleExtents()
Parameters
|
None |
Sample Code
Private Sub ZoomToMaxExtents()
'Zoom map view to the maximum extents of all visible layers
Map1.ZoomToMaxVisibleExtents()
End Sub
VB 6 Usage
Sub ZoomToMaxVisibleExtents()
Parameters
|
None |
Sample Code
Private Sub ZoomToMaxVisibleExtents()
'Zoom map view to the maximum extents of all visible layers
Map1.ZoomToMaxVisibleExtents
End Sub
















