ArcGIS Pro 3.4 API Reference Guide
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.
Version

MapPointBuilderEx Constructor(Coordinate3D,SpatialReference)
Creates a new MapPointBuilderEx instance with the given coordinates.
Syntax

Parameters

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

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3 or higher.
See Also