ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / Coordinate2D Structure / ConstructEmpty Method

In This Topic
    ConstructEmpty Method
    In This Topic
    Constructs a new empty Coordinate2D.
    Syntax
    public static Coordinate2D ConstructEmpty()
    Public Shared Function ConstructEmpty() As Coordinate2D

    Return Value

    The newly constructed Coordinate2D. The X and Y coordinates are NaN.
    Remarks
    An empty Coordinate2D is one in which X or Y or both are NaN.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also