ArcGIS Pro 2.6 API Reference Guide
MapPointBuilder Class
Members 

ArcGIS.Core.Geometry Namespace : MapPointBuilder Class
Builder for creating a map point.
Object Model
MapPointBuilder ClassMapPointBuilder ClassMapPoint ClassMapPoint ClassMapPoint ClassMapPoint ClassMapPoint ClassSpatialReference ClassMapPoint Class
Syntax
Public NotInheritable Class MapPointBuilder 
   Inherits ArcGIS.Core.Geometry.GeometryBuilder(Of MapPoint)
   Implements System.IDisposable 
Remarks

Use the MapPointBuilder class to to create and/or modify a MapPoint shape. A MapPoint is based upon the parent Geometry class. The Geometry class is immutable which means that you can not change its shape once it is created. Hence, the MapPointBuilder provides the way to make changes when working with a MapPoint. Use the MapPointBuilder.ToGeometry method to get the MapPoint geometry from the builder.

Inheritance Hierarchy

System.Object
   ArcGIS.Core.CoreObjectsBase
      ArcGIS.Core.Geometry.GeometryBuilder<T>
         ArcGIS.Core.Geometry.MapPointBuilder

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

MapPointBuilder Members
ArcGIS.Core.Geometry Namespace