ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.Geometry Namespace / MapPointBuilderEx Class / MapPointBuilderEx Constructor / MapPointBuilderEx Constructor(MapPoint)
The point to edit.

MapPointBuilderEx Constructor(MapPoint)
Creates a new instance of the MapPointBuilderEx class from the properties of the input MapPoint.
Syntax
public MapPointBuilderEx( 
   MapPoint point
)

Parameters

point
The point to edit.
Exceptions
ExceptionDescription
The input point is null.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.5 or higher.
See Also