ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / MultipointBuilderEx Class / MultipointBuilderEx Constructor / MultipointBuilderEx Constructor(MultipointBuilderEx)
The MultipointBuilderEx to copy. It cannot be null.

In This Topic
    MultipointBuilderEx Constructor(MultipointBuilderEx)
    In This Topic
    Creates a new instance of the MultipointBuilderEx class.
    Syntax
    public MultipointBuilderEx( 
       MultipointBuilderEx multipointBuilderEx
    )
    Public Function New( _
       ByVal multipointBuilderEx As MultipointBuilderEx _
    )

    Parameters

    multipointBuilderEx
    The MultipointBuilderEx to copy. It cannot be null.
    Exceptions
    ExceptionDescription
    The input builder is null.
    Remarks
    All attributes of the input builder are copied to the new instance.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also