ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Geometry Namespace / GeometryBuilderEx Class / SetEmpty Method

In This Topic
    SetEmpty Method (GeometryBuilderEx)
    In This Topic
    Sets this instance to empty.
    Syntax
    public abstract void SetEmpty()
    Public MustOverride Sub SetEmpty() 
    Remarks
    A call to ToGeometry will produce the empty Geometry. Does not change the attribute awareness.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also