ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / ReadOnlyToolOptions Class / GetProperty<T> Method
a supported (numeric or string) option type
the option name
a default value for in case the option is not currently stored in this ToolOptions

In This Topic
    GetProperty<T> Method (ReadOnlyToolOptions)
    In This Topic
    provide generic access to an option
    Syntax
    public T GetProperty<T>( 
       string key,
       T defaultValue
    )
    Public Function GetProperty(Of T)( _
       ByVal key As String, _
       Optional ByVal defaultValue As T _
    ) As T

    Parameters

    key
    the option name
    defaultValue
    a default value for in case the option is not currently stored in this ToolOptions

    Type Parameters

    T
    a supported (numeric or string) option type

    Return Value

    the required value or the specified default
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also