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
















