Click here to view all files
 
Initializes a new instance of the Multipoint class, adding the specified Points.

Namespace:  ESRI.ArcGISExplorer.Geometry
Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)

Syntax

C#
public Multipoint(
	IEnumerable<Point> points
)
Visual Basic (Declaration)
Public Sub New ( _
	points As IEnumerable(Of Point) _
)

Parameters

points
Type: System.Collections.Generic..::.IEnumerable<(Of <(Point>)>)
A generic enumerable set of Point objects to copy in to the new Multipoint.

See Also

Relate Topics:
  Multipoint Constructor
  Multipoint Constructor (CoordinateSystem)
  Multipoint Constructor (IEnumerable(Point), CoordinateSystem)
Created by Atop CHM to web converter,© 2009 all right reserved.