ArcGIS Pro 3.0 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, Windows 8.1

    See Also