ESRI.ArcGIS.ADF.ArcGISServer
FromAdfMultipoint Method
See Also 
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 Multipoint _
) As MultipointN
Visual Basic (Usage)Copy Code
Dim multiPoint As Multipoint
Dim value As MultipointN
 
value = Converter.FromAdfMultipoint(multiPoint)
C# 
public static MultipointN FromAdfMultipoint( 
   Multipoint multiPoint
)

Parameters

multiPoint
The Web ADF Multipoint to convert.

Return Value

An ArcGIS Server MultipointN with the same geometry and shape.

See Also

© 2010 All Rights Reserved.