ESRI.ArcGIS.ADF.ArcGISServer
FromMapPoints Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > MapServerProxy Class : FromMapPoints Method




MapDescription
MapImageDisplay
MapPoints
ScreenYValues

Syntax

Visual Basic (Declaration) 
<SoapDocumentMethodAttribute(RequestNamespace="http://www.esri.com/schemas/ArcGIS/10.0", 
   ResponseNamespace="http://www.esri.com/schemas/ArcGIS/10.0", 
   Use=SoapBindingUse.Literal, 
   ParameterStyle=SoapParameterStyle.Wrapped)>
Public Function FromMapPoints( _
   ByVal MapDescription As MapDescription, _
   ByVal MapImageDisplay As ImageDisplay, _
   ByVal MapPoints As Multipoint, _
   ByRef ScreenYValues As Integer _
) As Integer()
Visual Basic (Usage)Copy Code
Dim instance As MapServerProxy
Dim MapDescription As MapDescription
Dim MapImageDisplay As ImageDisplay
Dim MapPoints As Multipoint
Dim ScreenYValues As Integer
Dim value() As Integer
 
value = instance.FromMapPoints(MapDescription, MapImageDisplay, MapPoints, ScreenYValues)
C# 
[SoapDocumentMethodAttribute(RequestNamespace="http://www.esri.com/schemas/ArcGIS/10.0", 
   ResponseNamespace="http://www.esri.com/schemas/ArcGIS/10.0", 
   Use=SoapBindingUse.Literal, 
   ParameterStyle=SoapParameterStyle.Wrapped)]
public int[] FromMapPoints( 
   MapDescription MapDescription,
   ImageDisplay MapImageDisplay,
   Multipoint MapPoints,
   out int ScreenYValues
)

Parameters

MapDescription
MapImageDisplay
MapPoints
ScreenYValues

See Also

© 2010 All Rights Reserved.