ArcFM Engine Developer Guide
GetDisplayEnvelope Method


Syntax
'Declaration
 
Function GetDisplayEnvelope( _
   ByVal pMap As ESRI.ArcGIS.Carto.IMap, _
   ByVal pResults As IMMSearchResults _
) As ESRI.ArcGIS.Geometry.IEnvelope
'Usage
 
Dim instance As IMMSearchResultsUtils
Dim pMap As ESRI.ArcGIS.Carto.IMap
Dim pResults As IMMSearchResults
Dim value As ESRI.ArcGIS.Geometry.IEnvelope
 
value = instance.GetDisplayEnvelope(pMap, pResults)
ESRI.ArcGIS.Geometry.IEnvelope GetDisplayEnvelope( 
   ESRI.ArcGIS.Carto.IMap pMap,
   IMMSearchResults pResults
)

Parameters

pMap
pResults
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

IMMSearchResultsUtils Interface
IMMSearchResultsUtils Members

 

 


Send Comment