ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Geometry Namespace / MapPointBuilderEx Class / MapPointBuilderEx Constructor / MapPointBuilderEx Constructor(SpatialReference)
(Optional) The SpatialReference. The default value is null.
Version

MapPointBuilderEx Constructor(SpatialReference)
Creates an empty instance of the MapPointBuilderEx class.
Syntax
public MapPointBuilderEx( 
   SpatialReference spatialReference
)

Parameters

spatialReference
(Optional) The SpatialReference. The default value is null.
Remarks
The X and Y coordinates are set to NaN. No attribute awareness properties are set.
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3 or higher.
See Also