Responder Developer Guide
ZoomToResults Method


Version: 10.2.1a

Resource Center Home

Syntax
'Declaration
 
Public Sub ZoomToResults( _
   ByVal currentMap As ESRI.ArcGIS.Carto.IMap, _
   ByVal envelope As ESRI.ArcGIS.Geometry.IEnvelope _
) 
'Usage
 
Dim instance As DisplaySearchResults
Dim currentMap As ESRI.ArcGIS.Carto.IMap
Dim envelope As ESRI.ArcGIS.Geometry.IEnvelope
 
instance.ZoomToResults(currentMap, envelope)
public void ZoomToResults( 
   ESRI.ArcGIS.Carto.IMap currentMap,
   ESRI.ArcGIS.Geometry.IEnvelope envelope
)

Parameters

currentMap
envelope
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

DisplaySearchResults Class
DisplaySearchResults Members

 

 


Send Comment