ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / MultipointBuilderEx Class / CreateMultipoint Method / CreateMultipoint(Multipoint,SpatialReference) Method
The multipoint to copy.
(Optional) The spatial reference of the newly created multipoint. If it is null, then the spatial reference will be inherited from the input multipoint.

In This Topic
    CreateMultipoint(Multipoint,SpatialReference) Method
    In This Topic
    Convenience method to create an instance of the Multipoint class.
    Syntax
    Public Overloads Shared Function CreateMultipoint( _
       ByVal multipoint As Multipoint, _
       Optional ByVal spatialReference As SpatialReference _
    ) As Multipoint

    Parameters

    multipoint
    The multipoint to copy.
    spatialReference
    (Optional) The spatial reference of the newly created multipoint. If it is null, then the spatial reference will be inherited from the input multipoint.

    Return Value

    Exceptions
    ExceptionDescription
    multipoint is null.
    Remarks
    The newly created multipoint inherits the HasZ, HasM, HasID attributes and the corresponding Z, M, ID values from the input multipoint.The newly created multipoint inherits the HasZ, HasM, HasID attributes and the corresponding Z, M, ID values from the input multipoint.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also