ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / ToolOptions Class / Item Property

In This Topic
    Item Property (ToolOptions)
    In This Topic
    Gets the object in the collection referenced by the specified key.
    Syntax
    public object this[ 
       string key
    ]; {get; set;}
    Public Default Property Item( _
       ByVal key As String _
    ) As Object

    Parameters

    key
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also