ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Geometry Namespace / MapPointBuilderEx Class / MapPointBuilderEx Constructor / MapPointBuilderEx Constructor(MapPointBuilderEx)
The MapPointBuilderEx to copy.

In This Topic
    MapPointBuilderEx Constructor(MapPointBuilderEx)
    In This Topic
    Initializes an empty instance of the MapPointBuilderEx class that is a copy of the given builder.
    Syntax
    Public Function New( _
       ByVal mapPointBuilderEx As MapPointBuilderEx _
    )
    public MapPointBuilderEx( 
       MapPointBuilderEx mapPointBuilderEx
    )

    Parameters

    mapPointBuilderEx
    The MapPointBuilderEx to copy.
    Exceptions
    ExceptionDescription
    The input builder is null.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also