ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.Geometry Namespace / MapPointBuilderEx Class / MapPointBuilderEx Constructor / MapPointBuilderEx Constructor(MapPoint)
The point to edit.

In This Topic
    MapPointBuilderEx Constructor(MapPoint)
    In This Topic
    Creates a new instance of the MapPointBuilderEx class from the properties of the input MapPoint.
    Syntax
    public MapPointBuilderEx( 
       MapPoint point
    )
    Public Function New( _
       ByVal point As MapPoint _
    )

    Parameters

    point
    The point to edit.
    Exceptions
    ExceptionDescription
    The input point is null.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also