Show / Hide Table of Contents

Constructor Polyline

Polyline(IEnumerable<MapPoint>)

Initializes a new instance of the Polyline class.

Declaration
public Polyline(IEnumerable<MapPoint> part)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<MapPoint> part

Points to be used for the first part.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.2 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.0 - 200.7
Xamarin.Android100.0 - 100.14
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.7
Relevant samples
Add graphics with symbols: Use a symbol style to display a graphic on a graphics overlay.
Create geometries: Create simple geometry types.
Cut geometry: Cut a geometry along a polyline.

Polyline(IEnumerable<MapPoint>, SpatialReference)

Initializes a new instance of the Polyline class.

Declaration
public Polyline(IEnumerable<MapPoint> part, SpatialReference spatialReference)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<MapPoint> part

Points to be used for the first part.

SpatialReference spatialReference

The spatial reference.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.2 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.0 - 200.7
Xamarin.Android100.0 - 100.14
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.7

Polyline(IEnumerable<IEnumerable<MapPoint>>)

Initializes a new instance of the Polyline class.

Declaration
public Polyline(IEnumerable<IEnumerable<MapPoint>> parts)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<System.Collections.Generic.IEnumerable<MapPoint>> parts

The polyline parts.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.2 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.0 - 200.7
Xamarin.Android100.0 - 100.14
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.7

Polyline(IEnumerable<IEnumerable<MapPoint>>, SpatialReference)

Initializes a new instance of the Polyline class.

Declaration
public Polyline(IEnumerable<IEnumerable<MapPoint>> parts, SpatialReference spatialReference)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<System.Collections.Generic.IEnumerable<MapPoint>> parts

The polyline parts.

SpatialReference spatialReference

The spatial reference of the polyline.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.2 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.0 - 200.7
Xamarin.Android100.0 - 100.14
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.7

Polyline(IEnumerable<Segment>)

Initializes a new instance of the Polyline class.

Declaration
public Polyline(IEnumerable<Segment> part)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<Segment> part

Points to be used for the first part.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.2 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.0 - 200.7
Xamarin.Android100.0 - 100.14
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.7

Polyline(IEnumerable<Segment>, SpatialReference)

Initializes a new instance of the Polyline class.

Declaration
public Polyline(IEnumerable<Segment> part, SpatialReference spatialReference)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<Segment> part

Points to be used for the first part.

SpatialReference spatialReference

The spatial reference.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.2 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.0 - 200.7
Xamarin.Android100.0 - 100.14
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.7

Polyline(IEnumerable<IEnumerable<Segment>>)

Initializes a new instance of the Polyline class.

Declaration
public Polyline(IEnumerable<IEnumerable<Segment>> parts)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<System.Collections.Generic.IEnumerable<Segment>> parts

The Polyline parts.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.2 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.0 - 200.7
Xamarin.Android100.0 - 100.14
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.7

Polyline(IEnumerable<IEnumerable<Segment>>, SpatialReference)

Initializes a new instance of the Polyline class.

Declaration
public Polyline(IEnumerable<IEnumerable<Segment>> parts, SpatialReference spatialReference)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<System.Collections.Generic.IEnumerable<Segment>> parts

The Polyline parts.

SpatialReference spatialReference

The spatial reference of the Polyline.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.2 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.0 - 200.7
Xamarin.Android100.0 - 100.14
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.7
In This Article
Back to top Copyright © 2022 Esri.