ArcGIS API for WPF - 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 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 SpatialReference

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.