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

MapPointBuilderEx Constructor(MapPointBuilderEx)
Initializes an empty instance of the MapPointBuilderEx class that is a copy of the given builder.
Syntax
public MapPointBuilderEx( 
   MapPointBuilderEx 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