ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / MapPointBuilderEx Class / MapPointBuilderEx Constructor / MapPointBuilderEx Constructor(Double,Double,Double,Double,Int32,SpatialReference)
The X-value.
The Y-value.
The Z-value.
The M-value.
The ID-value.
(Optional) The SpatialReference. The default value is null.

In This Topic
    MapPointBuilderEx Constructor(Double,Double,Double,Double,Int32,SpatialReference)
    In This Topic
    Creates a new MapPointBuilderEx instance with the given X, Y, Z, M and ID coordinates.
    Syntax
    public MapPointBuilderEx( 
       double x,
       double y,
       double z,
       double m,
       int id,
       SpatialReference spatialReference
    )
    Public Function New( _
       ByVal x As Double, _
       ByVal y As Double, _
       ByVal z As Double, _
       ByVal m As Double, _
       ByVal id As Integer, _
       Optional ByVal spatialReference As SpatialReference _
    )

    Parameters

    x
    The X-value.
    y
    The Y-value.
    z
    The Z-value.
    m
    The M-value.
    id
    The ID-value.
    spatialReference
    (Optional) The SpatialReference. The default value is null.
    Remarks
    The constructed builder's HasZ, HasM, and HasID properties are set to true.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also