Responder Developer Guide
GetDisplayEnvelope Method


Version: 10.2.1a

Resource Center Home

Syntax
'Declaration
 
Public Function GetDisplayEnvelope( _
   ByVal currentMap As ESRI.ArcGIS.Carto.IMap, _
   ByVal searchResults As IMMSearchResults _
) As ESRI.ArcGIS.Geometry.IEnvelope
'Usage
 
Dim instance As DisplaySearchResults
Dim currentMap As ESRI.ArcGIS.Carto.IMap
Dim searchResults As IMMSearchResults
Dim value As ESRI.ArcGIS.Geometry.IEnvelope
 
value = instance.GetDisplayEnvelope(currentMap, searchResults)
public ESRI.ArcGIS.Geometry.IEnvelope GetDisplayEnvelope( 
   ESRI.ArcGIS.Carto.IMap currentMap,
   IMMSearchResults searchResults
)

Parameters

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