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

In This Topic
    Add(String,Object) Method
    In This Topic
    Adds a new key value pair to the collection.
    Syntax
    public void Add( 
       string key,
       object value
    )
    Public Overloads Sub Add( _
       ByVal key As String, _
       ByVal value As Object _
    ) 

    Parameters

    key
    value
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also