ArcFM Responder Mobile 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 System.Double _
) 
'Usage
 
Dim instance As mmMapUtilsClass
Dim pGeometry As ESRI.ArcGIS.Geometry.IGeometry
Dim pActiveView As ESRI.ArcGIS.Carto.IActiveView
Dim zoomScale As System.Double
 
instance.ZoomTo(pGeometry, pActiveView, zoomScale)
public virtual void ZoomTo( 
   ESRI.ArcGIS.Geometry.IGeometry pGeometry,
   ESRI.ArcGIS.Carto.IActiveView pActiveView,
   System.double zoomScale
)
public procedure ZoomTo( 
    pGeometry: ESRI.ArcGIS.Geometry.IGeometry;
    pActiveView: ESRI.ArcGIS.Carto.IActiveView;
    zoomScale: System.Double
); virtual; 
public function ZoomTo( 
   pGeometry : ESRI.ArcGIS.Geometry.IGeometry,
   pActiveView : ESRI.ArcGIS.Carto.IActiveView,
   zoomScale : System.double
);
public: virtual void ZoomTo( 
   ESRI.ArcGIS.Geometry.IGeometry* pGeometry,
   ESRI.ArcGIS.Carto.IActiveView* pActiveView,
   System.double zoomScale
) 
public:
virtual void ZoomTo( 
   ESRI.ArcGIS.Geometry.IGeometry^ pGeometry,
   ESRI.ArcGIS.Carto.IActiveView^ pActiveView,
   System.double zoomScale
) 

Parameters

pGeometry
pActiveView
zoomScale
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

mmMapUtilsClass Class
mmMapUtilsClass Members

Send Feedback