ArcGIS Pro 2.8 API Reference Guide
MultipointBuilderEx Constructor(IEnumerable<Coordinate3D>,SpatialReference)

ArcGIS.Core.Geometry Namespace > MultipointBuilderEx Class > MultipointBuilderEx Constructor : MultipointBuilderEx Constructor(IEnumerable<Coordinate3D>,SpatialReference)
The enumeration of Coordinate3D 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

coordinates
The enumeration of Coordinate3D which will initialize the builder. It cannot be null.
spatialReference
(Optional) The spatial reference. The default value is null.
Exceptions
ExceptionDescription
The input coordinates enumeration is null.
Remarks
Sets the HasZ flag of the instance. This indicates whether the geometry contains Z-values or not. The Z-values are taken from the input coordinates.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

MultipointBuilderEx Class
MultipointBuilderEx Members
Overload List