ArcGIS Pro 3.2 API Reference Guide
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.

In This Topic
    MultipointBuilderEx Constructor(IEnumerable<Coordinate3D>,SpatialReference)
    In This Topic
    Creates a new instance of the MultipointBuilderEx class.
    Syntax

    Parameters

    coordinate3Ds
    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 to true. This indicates whether the geometry contains Z-values or not. The Z-values are taken from the input coordinates.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also