ArcGIS Pro 3.2 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 MapPointBuilderEx( 
       MapPointBuilderEx mapPointBuilderEx
    )
    Public Function New( _
       ByVal mapPointBuilderEx As MapPointBuilderEx _
    )

    Parameters

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

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also