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
IEnumerable<MapPoint> part

Points to be used for the first part.

Applies to

Platforms and versions
TargetVersions
UWP100.15

Polyline(IEnumerable<MapPoint>, SpatialReference)

Initializes a new instance of the Polyline class.

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

Points to be used for the first part.

SpatialReference spatialReference

The spatial reference.

Applies to

Platforms and versions
TargetVersions
UWP100.15

Polyline(IEnumerable<IEnumerable<MapPoint>>)

Initializes a new instance of the Polyline class.

Declaration
public Polyline(IEnumerable<IEnumerable<MapPoint>> parts)
Parameters
Type Name Description
IEnumerable<IEnumerable<MapPoint>> parts

The polyline parts.

Applies to

Platforms and versions
TargetVersions
UWP100.15

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
IEnumerable<IEnumerable<MapPoint>> parts

The polyline parts.

SpatialReference spatialReference

The spatial reference of the polyline.

Applies to

Platforms and versions
TargetVersions
UWP100.15

Polyline(IEnumerable<Segment>)

Initializes a new instance of the Polyline class.

Declaration
public Polyline(IEnumerable<Segment> part)
Parameters
Type Name Description
IEnumerable<Segment> part

Points to be used for the first part.

Applies to

Platforms and versions
TargetVersions
UWP100.15

Polyline(IEnumerable<Segment>, SpatialReference)

Initializes a new instance of the Polyline class.

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

Points to be used for the first part.

SpatialReference spatialReference

The spatial reference.

Applies to

Platforms and versions
TargetVersions
UWP100.15

Polyline(IEnumerable<IEnumerable<Segment>>)

Initializes a new instance of the Polyline class.

Declaration
public Polyline(IEnumerable<IEnumerable<Segment>> parts)
Parameters
Type Name Description
IEnumerable<IEnumerable<Segment>> parts

The Polyline parts.

Applies to

Platforms and versions
TargetVersions
UWP100.15

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
IEnumerable<IEnumerable<Segment>> parts

The Polyline parts.

SpatialReference spatialReference

The spatial reference of the Polyline.

Applies to

Platforms and versions
TargetVersions
UWP100.15
In This Article
Back to top Copyright © 2022 Esri.