ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / ModuleSettingsWriter Class / Add Method

In This Topic
    Add Method (ModuleSettingsWriter)
    In This Topic
    Writes a new string value with the specified identifier to the project.
    Syntax
    public void Add( 
       string name,
       string value
    )
    Public Sub Add( _
       ByVal name As String, _
       ByVal value As String _
    ) 

    Parameters

    name
    value
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also