ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / ToolOptions Class / Remove Method / Remove(String) Method

In This Topic
    Remove(String) Method
    In This Topic
    Removes the item specified by the key from the collection.
    Syntax
    public bool Remove( 
       string key
    )
    Public Overloads Function Remove( _
       ByVal key As String _
    ) As Boolean

    Parameters

    key
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also