ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / MapPointBuilderEx Class
Members

In This Topic
    MapPointBuilderEx Class
    In This Topic
    A builder for creating a MapPoint whose methods can be called on any thread.
    Object Model
    MapPointBuilderEx ClassMapPoint ClassMapPoint ClassMapPoint ClassMapPoint ClassMapPoint ClassSpatialReference ClassMapPoint Class
    Syntax
    public sealed class MapPointBuilderEx : GeometryBuilderEx 
    Public NotInheritable Class MapPointBuilderEx 
       Inherits GeometryBuilderEx
    Remarks
    Use the MapPointBuilderEx 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 MapPointBuilderEx provides the way to make changes when working with a MapPoint. Use the ToGeometry method to get the MapPoint geometry from the builder.

    The MapPointBuilderEx methods can be called on any thread.

    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.Geometry.GeometryBuilderEx
          ArcGIS.Core.Geometry.MapPointBuilderEx

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also