ArcGIS Pro 2.8 API Reference Guide
MapPointBuilderEx Constructor(Coordinate3D,SpatialReference)

ArcGIS.Core.Geometry Namespace > MapPointBuilderEx Class > MapPointBuilderEx Constructor : MapPointBuilderEx Constructor(Coordinate3D,SpatialReference)
Specifies the coordinates for this instance.
(Optional) The SpatialReference. The default value is null.
Constructs a new MapPoint builder with the given coordinates.
Syntax
public MapPointBuilderEx( 
   Coordinate3D coordinate,
   SpatialReference sr
)
Public Function New( _
   ByVal coordinate As Coordinate3D, _
   Optional ByVal sr As SpatialReference _
)

Parameters

coordinate
Specifies the coordinates for this instance.
sr
(Optional) The SpatialReference. The default value is null.
Remarks
The constructed builder's HasZ property is set to true
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

MapPointBuilderEx Class
MapPointBuilderEx Members
Overload List