ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Core Namespace / ProApp Class / ProApp Constructor / ProApp Constructor(String)

In This Topic
    ProApp Constructor(String)
    In This Topic
    Initializes a new instance of the ArcGIS.Desktop.Core.ProApp class and loads the specified configuration.
    Syntax
    Public Function New( _
       ByVal configuration As String _
    )
    public ProApp( 
       string configuration
    )

    Parameters

    configuration
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also