ArcGIS Explorer Component Help |
Polyline Constructor (IEnumerable<(Of <(Point>)>)) |
Polyline Class See Also |
Initializes a new instance of the Polyline class, adding the specified Point objects.
Namespace:
ESRI.ArcGISExplorer.GeometryAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public Polyline( 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 Polyline.