ArcGIS API for Windows Phone - Library Reference
MultiPoint Constructor(PointCollection,SpatialReference)
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Geometry Namespace > MultiPoint Class > MultiPoint Constructor : MultiPoint Constructor(PointCollection,SpatialReference)

points
The points.
sref
The ESRI.ArcGIS.Client.Geometry.SpatialReference
Initializes a new instance of the MultiPoint class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal points As PointCollection, _
   ByVal sref As SpatialReference _
)
C# 
public MultiPoint( 
   PointCollection points,
   SpatialReference sref
)

Parameters

points
The points.
sref
The ESRI.ArcGIS.Client.Geometry.SpatialReference

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.