ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Geometry Namespace / Coordinate2D Structure / IsEmpty Property

In This Topic
    IsEmpty Property (Coordinate2D)
    In This Topic
    Indicates if the Coordinate2D is empty.
    Syntax
    Public ReadOnly Property IsEmpty As Boolean
    public bool IsEmpty {get;}

    Property Value

    True if any components (X or Y) are NaN.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also