ArcGIS Pro 2.9 API Reference Guide
MapPointBuilderEx Constructor(Double,Double,Double,Double)

ArcGIS.Core.Geometry Namespace > MapPointBuilderEx Class > MapPointBuilderEx Constructor : MapPointBuilderEx Constructor(Double,Double,Double,Double)
The X-value.
The Y-value.
The Z-value.
The M-value.
Constructs a new MapPoint builder with given x, y, and z coordinates.
Syntax
public MapPointBuilderEx( 
   double x,
   double y,
   double z,
   double m
)
Public Function New( _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal z As Double, _
   ByVal m As Double _
)

Parameters

x
The X-value.
y
The Y-value.
z
The Z-value.
m
The M-value.
Remarks
The constructed builder's HasZ and HasM properties are set to true
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

MapPointBuilderEx Class
MapPointBuilderEx Members
Overload List