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

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

    Property Value

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

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

    ArcGIS Pro version: 3.0 or higher.
    See Also