ESRI.ArcGIS.ADF.ArcGISServer
FromMapPointsAsync(MapDescription,ImageDisplay,Multipoint,Object) Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > MapServerProxy Class > FromMapPointsAsync Method : FromMapPointsAsync(MapDescription,ImageDisplay,Multipoint,Object) Method




MapDescription
MapImageDisplay
MapPoints
userState

Syntax

Visual Basic (Declaration) 
Public Overloads Sub FromMapPointsAsync( _
   ByVal MapDescription As MapDescription, _
   ByVal MapImageDisplay As ImageDisplay, _
   ByVal MapPoints As Multipoint, _
   ByVal userState As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As MapServerProxy
Dim MapDescription As MapDescription
Dim MapImageDisplay As ImageDisplay
Dim MapPoints As Multipoint
Dim userState As Object
 
instance.FromMapPointsAsync(MapDescription, MapImageDisplay, MapPoints, userState)
C# 
public void FromMapPointsAsync( 
   MapDescription MapDescription,
   ImageDisplay MapImageDisplay,
   Multipoint MapPoints,
   object userState
)

Parameters

MapDescription
MapImageDisplay
MapPoints
userState

See Also

© 2010 All Rights Reserved.