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




MapDescription
MapImageDisplay
MapPoints

Syntax

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

Parameters

MapDescription
MapImageDisplay
MapPoints

See Also

© 2010 All Rights Reserved.