ESRI.ArcGIS.ADF.ArcGISServer.Local
IdentifyAsync(Geometry,MosaicRule,Point,Object) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer Namespace > ImageServerDcomProxy Class > IdentifyAsync Method : IdentifyAsync(Geometry,MosaicRule,Point,Object) Method




Location
MosaicRule
PixelSize
userState

Syntax

Visual Basic (Declaration) 
Public Overloads Sub IdentifyAsync( _
   ByVal Location As ESRI.ArcGIS.ADF.ArcGISServer.Geometry, _
   ByVal MosaicRule As ESRI.ArcGIS.ADF.ArcGISServer.MosaicRule, _
   ByVal PixelSize As ESRI.ArcGIS.ADF.ArcGISServer.Point, _
   ByVal userState As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As ImageServerDcomProxy
Dim Location As ESRI.ArcGIS.ADF.ArcGISServer.Geometry
Dim MosaicRule As ESRI.ArcGIS.ADF.ArcGISServer.MosaicRule
Dim PixelSize As ESRI.ArcGIS.ADF.ArcGISServer.Point
Dim userState As Object
 
instance.IdentifyAsync(Location, MosaicRule, PixelSize, userState)
C# 
public void IdentifyAsync( 
   ESRI.ArcGIS.ADF.ArcGISServer.Geometry Location,
   ESRI.ArcGIS.ADF.ArcGISServer.MosaicRule MosaicRule,
   ESRI.ArcGIS.ADF.ArcGISServer.Point PixelSize,
   object userState
)

Parameters

Location
MosaicRule
PixelSize
userState

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.