ArcFM Engine Developer Guide
ZoomTo Method (IMMMapUtilities)


IGeometry object to which to zoom
IScreenDisplay object (data frame) in which the feature resides
Double value indicating the amount by which the display is zoomed
This method reads the zoom scale and adjusts the map display accordingly. If the zoom scale is less than 0, the map display will not change.
Syntax
'Declaration
 
Sub ZoomTo( _
   ByVal pGeometry As ESRI.ArcGIS.Geometry.IGeometry, _
   ByVal pActiveView As ESRI.ArcGIS.Carto.IActiveView, _
   ByVal zoomScale As Double _
) 
'Usage
 
Dim instance As IMMMapUtilities
Dim pGeometry As ESRI.ArcGIS.Geometry.IGeometry
Dim pActiveView As ESRI.ArcGIS.Carto.IActiveView
Dim zoomScale As Double
 
instance.ZoomTo(pGeometry, pActiveView, zoomScale)
void ZoomTo( 
   ESRI.ArcGIS.Geometry.IGeometry pGeometry,
   ESRI.ArcGIS.Carto.IActiveView pActiveView,
   double zoomScale
)

Parameters

pGeometry
IGeometry object to which to zoom
pActiveView
IScreenDisplay object (data frame) in which the feature resides
zoomScale
Double value indicating the amount by which the display is zoomed
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMMapUtilities Interface
IMMMapUtilities Members

 

 


Send Comment