ArcGIS Pro 3.7 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 Shared Function ConstructEmpty() As Coordinate2D
    public static Coordinate2D ConstructEmpty()

    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.1 or higher.
    See Also