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
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
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.
System.Object
ArcGIS.Core.CoreObjectsBase
ArcGIS.Core.Geometry.GeometryBuilder<T>
ArcGIS.Core.Geometry.MultipointBuilder
Target Platforms: Windows 10, Windows 8.1