ArcFM Engine Developer Guide
ZoomTo Method (mmMapUtilsClass)


Syntax
'Declaration
 
Public Overridable Sub ZoomTo( _
   ByVal pGeometry As ESRI.ArcGIS.Geometry.IGeometry, _
   ByVal pActiveView As ESRI.ArcGIS.Carto.IActiveView, _
   ByVal zoomScale As Double _
) 
'Usage
 
Dim instance As mmMapUtilsClass
Dim pGeometry As ESRI.ArcGIS.Geometry.IGeometry
Dim pActiveView As ESRI.ArcGIS.Carto.IActiveView
Dim zoomScale As Double
 
instance.ZoomTo(pGeometry, pActiveView, zoomScale)
public virtual void ZoomTo( 
   ESRI.ArcGIS.Geometry.IGeometry pGeometry,
   ESRI.ArcGIS.Carto.IActiveView pActiveView,
   double zoomScale
)

Parameters

pGeometry
pActiveView
zoomScale
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

mmMapUtilsClass Class
mmMapUtilsClass Members

 

 


Send Comment