public sealed class MapPointBuilder : ArcGIS.Core.Geometry.GeometryBuilder<MapPoint>, System.IDisposable
Public NotInheritable Class MapPointBuilder Inherits ArcGIS.Core.Geometry.GeometryBuilder(Of MapPoint) Implements System.IDisposable
public sealed class MapPointBuilder : ArcGIS.Core.Geometry.GeometryBuilder<MapPoint>, System.IDisposable
Public NotInheritable Class MapPointBuilder Inherits ArcGIS.Core.Geometry.GeometryBuilder(Of MapPoint) Implements System.IDisposable
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.
System.Object
ArcGIS.Core.CoreObjectsBase
ArcGIS.Core.Geometry.GeometryBuilder<T>
ArcGIS.Core.Geometry.MapPointBuilder
Target Platforms: Windows 10, Windows 8.1