ArcGIS Pro 3.2 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 bool IsEmpty {get;}
    Public ReadOnly Property IsEmpty As Boolean

    Property Value

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

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also