ArcFM Mobile Developer Guide
HTMLIdentify(IDisplay,IGeometry,IPropertySet,IStringArray,IStringArray) Method


Version: 10.2.1a

Resource Center Home

Syntax
'Declaration
 
Public Overloads Overridable Sub HTMLIdentify( _
   ByVal pDisplay As ESRI.ArcGIS.Display.IDisplay, _
   ByVal pGeometry As ESRI.ArcGIS.Geometry.IGeometry, _
   ByVal pOptions As ESRI.ArcGIS.esriSystem.IPropertySet, _
   ByRef ppItemNames As ESRI.ArcGIS.esriSystem.IStringArray, _
   ByRef ppItemHTML As ESRI.ArcGIS.esriSystem.IStringArray _
) 
'Usage
 
Dim instance As MobileBackdropLayer
Dim pDisplay As ESRI.ArcGIS.Display.IDisplay
Dim pGeometry As ESRI.ArcGIS.Geometry.IGeometry
Dim pOptions As ESRI.ArcGIS.esriSystem.IPropertySet
Dim ppItemNames As ESRI.ArcGIS.esriSystem.IStringArray
Dim ppItemHTML As ESRI.ArcGIS.esriSystem.IStringArray
 
instance.HTMLIdentify(pDisplay, pGeometry, pOptions, ppItemNames, ppItemHTML)
public virtual void HTMLIdentify( 
   ESRI.ArcGIS.Display.IDisplay pDisplay,
   ESRI.ArcGIS.Geometry.IGeometry pGeometry,
   ESRI.ArcGIS.esriSystem.IPropertySet pOptions,
   out ESRI.ArcGIS.esriSystem.IStringArray ppItemNames,
   out ESRI.ArcGIS.esriSystem.IStringArray ppItemHTML
)

Parameters

pDisplay
pGeometry
pOptions
ppItemNames
ppItemHTML
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

MobileBackdropLayer Class
MobileBackdropLayer Members
Overload List

 

 


Send Comment