ArcGIS Pro 2.6 API Reference Guide
MultipointBuilder Class
Members 

ArcGIS.Core.Geometry Namespace : MultipointBuilder Class
Builder for creating a Multipoint.
Object Model
MultipointBuilder ClassMultipointBuilder ClassMultipoint ClassMultipoint ClassMultipoint ClassMultipoint ClassMapPoint ClassSpatialReference ClassMultipoint Class
Syntax
public sealed class MultipointBuilder : ArcGIS.Core.Geometry.GeometryBuilder<Multipoint>, System.IDisposable  
Public NotInheritable Class MultipointBuilder 
   Inherits ArcGIS.Core.Geometry.GeometryBuilder(Of Multipoint)
   Implements System.IDisposable 
Remarks

Use the MultipointBuilder class to to create and/or modify a Multipoint shape. The builder is best suited for editing workflows where the user may be adding, inserting or removing parts of a Multipoint geometry interactively. 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. Hence, the MultipointBuilder provides the way to make changes when working with a Multipoint. Use the MultipointBuilder.ToGeometry method to get the Multipoint geometry from the builder.

Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

MultipointBuilder Members
ArcGIS.Core.Geometry Namespace