ArcGIS Pro 2.6 API Reference Guide
MapPointBuilder Constructor(Double,Double,Double,Double,Int32,SpatialReference)

ArcGIS.Core.Geometry Namespace > MapPointBuilder Class > MapPointBuilder Constructor : MapPointBuilder Constructor(Double,Double,Double,Double,Int32,SpatialReference)
X coordinate.
Y coordinate.
Z coordinate.
Measure value.
ID value.
(Optional) The SpatialReference. The default value is null.
Initializes a new instance of the MapPointBuilder class. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public MapPointBuilder( 
   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
X coordinate.
y
Y coordinate.
z
Z coordinate.
m
Measure value.
id
ID value.
spatialReference
(Optional) The SpatialReference. The default value is null.
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Remarks
The resulting MapPointBuilder attribute properties will be HasZ = true, HasM = true, HasID = true.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

MapPointBuilder Class
MapPointBuilder Members
Overload List