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




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

Syntax

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

Parameters

multiPoint
The Web ADF Multipoint to convert.

Return Value

An ArcGIS Server MultipointN with the same geometry and shape.

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.