ArcGIS Pro 2.6 API Reference Guide
MapPoint Class
Members 

ArcGIS.Core.Geometry Namespace : MapPoint Class
A MapPoint represents a single location in space. The location consists of X and Y values and optionally a Z and/or M value.
Object Model
MapPoint ClassGeometry ClassCoordinate2D StructureCoordinate3D StructureEnvelope ClassSpatialReference Class
Syntax
public sealed class MapPoint : Geometry 
Public NotInheritable Class MapPoint 
   Inherits Geometry
Remarks
The interior of a point is the point itself, the boundary is the empty set, and the exterior is all other points.

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. If you need to modify a MapPoint once it has been created, use the MapPointBuilder class instead. The MapPointBuilder.ToGeometry method will provide you with the MapPoint object.

Inheritance Hierarchy

System.Object
   ArcGIS.Core.Geometry.Geometry
      ArcGIS.Core.Geometry.MapPoint

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

MapPoint Members
ArcGIS.Core.Geometry Namespace