ArcGIS Pro 2.6 API Reference Guide
MultipointBuilderEx Constructor(IEnumerable<MapPoint>,SpatialReference)

ArcGIS.Core.Geometry Namespace > MultipointBuilderEx Class > MultipointBuilderEx Constructor : MultipointBuilderEx Constructor(IEnumerable<MapPoint>,SpatialReference)
The enumeration of points which will initialize the builder. It cannot be null.
(Optional) The spatial reference. The default value is null.
Initializes a new instance of the MultipointBuilderEx class.
Syntax

Parameters

mapPoints
The enumeration of points which will initialize the builder. It cannot be null.
spatialReference
(Optional) The spatial reference. The default value is null.
Exceptions
ExceptionDescription
The input mapPoints enumeration is null.
Remarks
The spatial references of the points in the enumeration are ignored. There is not a check to see if all the spatial references are equal. If a point in the enumeration has coordinates that are outside the domain of the spatial reference, then unexpected results will occur when using the geometry.

The attributes of the input points are ignored.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

MultipointBuilderEx Class
MultipointBuilderEx Members
Overload List