ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / Multipoint Class / IsEmpty Property

In This Topic
    IsEmpty Property (Multipoint)
    In This Topic
    Gets a value indicating whether or not this instance is empty.
    Syntax
    public override bool IsEmpty {get;}
    Public Overrides NotOverridable ReadOnly Property IsEmpty As Boolean
    Remarks
    IsEmpty returns TRUE when the geometry object does not contain geometric information beyond its original initialization state.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also