Show / Hide Table of Contents

Constructor MultipointBuilder

MultipointBuilder(SpatialReference)

Initializes a new instance of the MultipointBuilder class with the specified SpatialReference.

Declaration
public MultipointBuilder(SpatialReference spatialReference)
Parameters
Type Name Description
SpatialReference spatialReference

The builder's spatial reference.

Remarks

The spatial reference cannot be changed after instantiation.

Applies to

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

MultipointBuilder(Multipoint)

Initializes a new instance of the MultipointBuilder class from a multipoint.

Declaration
public MultipointBuilder(Multipoint multipoint)
Parameters
Type Name Description
Multipoint multipoint

A multipoint object.

Remarks

The SpatialReference of the multipoint point builder will match that of the specified Multipoint.

Applies to

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

MultipointBuilder(IEnumerable<MapPoint>)

Initializes a new instance of the MultipointBuilder class.

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

Points

Applies to

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

MultipointBuilder(IEnumerable<MapPoint>, SpatialReference)

Initializes a new instance of the MultipointBuilder class.

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

Points

SpatialReference spatialReference

Spatial reference of the MultipointBuilder

Applies to

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