ESRI.ArcGIS.ADF.ArcGISServer
ToAdfMultipoint Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer Namespace > Converter Class : ToAdfMultipoint Method




multipoint
The ArcGIS Server MultipointN to convert.
Converts an ArcGIS Server MultipointN to a Web ADF Multipoint.

Syntax

Visual Basic (Declaration) 
Public Shared Function ToAdfMultipoint( _
   ByVal multipoint As MultipointN _
) As ESRI.ArcGIS.ADF.Web.Geometry.Multipoint
Visual Basic (Usage)Copy Code
Dim multipoint As MultipointN
Dim value As ESRI.ArcGIS.ADF.Web.Geometry.Multipoint
 
value = Converter.ToAdfMultipoint(multipoint)
C# 
public static ESRI.ArcGIS.ADF.Web.Geometry.Multipoint ToAdfMultipoint( 
   MultipointN multipoint
)

Parameters

multipoint
The ArcGIS Server MultipointN to convert.

Return Value

A Web ADF Multipoint with the same coordinates.

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.