ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / Module Class / OnReadSettingsAsync Method
A dictionary type object to store and retrieve values.

In This Topic
    OnReadSettingsAsync Method
    In This Topic
    Override this method to read custom settings written to the current project.
    Syntax
    protected internal virtual Task OnReadSettingsAsync( 
       ModuleSettingsReader settings
    )
    Protected Friend Overridable Function OnReadSettingsAsync( _
       ByVal settings As ModuleSettingsReader _
    ) As Task

    Parameters

    settings
    A dictionary type object to store and retrieve values.

    Return Value

    A task that represents the work queued to execute in the ThreadPool.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also