ArcGIS Explorer Component Help |
Polyline Constructor |
Polyline Class See Also |
Initializes a new instance of the Polyline class
with the specified initial properties.
Overload List
Name | Description | |
---|---|---|
Polyline()()() |
Initializes a new instance of the Polyline class.
| |
Polyline(CoordinateSystem) |
Initializes a new instance of the Polyline class, applying the specified CoordinateSystem.
| |
Polyline(IEnumerable<(Of <(Point>)>)) |
Initializes a new instance of the Polyline class, adding the specified Point objects.
| |
Polyline(IEnumerable<(Of <(Point>)>), CoordinateSystem) |
Initializes a new instance of the Polyline class, adding the specified points and applying
the specified CoordinateSystem.
|
Remarks
Overloaded constructors are available for efficient Polyline creation and definition of spatial location.