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

collection
Enumerable of Map Points.
Initializes a new instance of the PointCollection class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal collection As IEnumerable(Of MapPoint) _
)
C# 
public PointCollection( 
   IEnumerable<MapPoint> collection
)

Parameters

collection
Enumerable of Map Points.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.