ArcFM Responder Mobile Developer Guide
ZoomTo Method (IMMMapUtilities)






Syntax
'Declaration
 
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 IMMMapUtilities
Dim pGeometry As ESRI.ArcGIS.Geometry.IGeometry
Dim pActiveView As ESRI.ArcGIS.Carto.IActiveView
Dim zoomScale As System.Double
 
instance.ZoomTo(pGeometry, pActiveView, zoomScale)
void ZoomTo( 
   ESRI.ArcGIS.Geometry.IGeometry pGeometry,
   ESRI.ArcGIS.Carto.IActiveView pActiveView,
   System.double zoomScale
)
procedure ZoomTo( 
    pGeometry: ESRI.ArcGIS.Geometry.IGeometry;
    pActiveView: ESRI.ArcGIS.Carto.IActiveView;
    zoomScale: System.Double
); 
function ZoomTo( 
   pGeometry : ESRI.ArcGIS.Geometry.IGeometry,
   pActiveView : ESRI.ArcGIS.Carto.IActiveView,
   zoomScale : System.double
);
void ZoomTo( 
   ESRI.ArcGIS.Geometry.IGeometry* pGeometry,
   ESRI.ArcGIS.Carto.IActiveView* pActiveView,
   System.double zoomScale
) 
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

IMMMapUtilities Interface
IMMMapUtilities Members

Send Feedback