|
| ESRI.ArcGIS.ADF.ArcGISServer | |
| FromMapPoints Method | |
| See Also Send Feedback | |
| ESRI.ArcGIS.ADF.ArcGISServer Namespace > MapServerProxy Class : FromMapPoints Method |
- MapDescription
- MapImageDisplay
- MapPoints
- ScreenYValues
| Visual Basic (Declaration) | |
|---|---|
<SoapDocumentMethodAttribute(RequestNamespace="http://www.esri.com/schemas/ArcGIS/10.1", ResponseNamespace="http://www.esri.com/schemas/ArcGIS/10.1", 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.1", ResponseNamespace="http://www.esri.com/schemas/ArcGIS/10.1", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)] public int[] FromMapPoints( MapDescription MapDescription, ImageDisplay MapImageDisplay, Multipoint MapPoints, out int[] ScreenYValues ) | |
Parameters
- MapDescription
- MapImageDisplay
- MapPoints
- ScreenYValues
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