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

points
The points.
Initializes a new instance of the MultiPoint class.

Syntax

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

Parameters

points
The points.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.