ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / ModuleSettingsReader Class
Members

In This Topic
    ModuleSettingsReader Class
    In This Topic
    Provides a mechanism for reading settings written to a project.
    Syntax
    public class ModuleSettingsReader 
    Public Class ModuleSettingsReader 
    Remarks
    When a project loads, each loaded Module is given a chance to read any custom settings it may have written to the project (see Module.OnReadSettingsAsync). When a module loads for the first time and a project has already been opened, the module is also afforded the same opportunity.
    Inheritance Hierarchy

    System.Object
       ArcGIS.Desktop.Framework.Contracts.ModuleSettingsReader

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also