ArcGIS Pro 2.6 API Reference Guide
Multipoint Class
Members 

ArcGIS.Core.Geometry Namespace : Multipoint Class
A Multipoint is a ordered collection of map points.
Object Model
Multipoint ClassGeometry ClassEnvelope ClassReadOnlyPointCollection ClassMapPoint ClassSpatialReference Class
Syntax
public sealed class Multipoint : Geometry 
Public NotInheritable Class Multipoint 
   Inherits Geometry
Remarks
A Multipoint is a one-dimensional geometry object which can be used to store a collection of point-based information.

The interior of a multipoint is the set of points in the collection, the boundary is the empty set, and the exterior is the set of points that are not in the collection.

A Multipoint 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 Multipoint once it has been created, use the MultipointBuilder class instead. The MultipointBuilder.ToGeometry method will provide you with the Multipoint object.

Inheritance Hierarchy

System.Object
   ArcGIS.Core.Geometry.Geometry
      ArcGIS.Core.Geometry.Multipoint

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

Multipoint Members
ArcGIS.Core.Geometry Namespace