ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework Namespace / FrameworkApplication Class / FindModule Method
The module's DAML identifier.

In This Topic
    FindModule Method
    In This Topic
    Returns the specified module; the module is loaded if necessary.
    Syntax
    public static Module FindModule( 
       string id
    )
    Public Shared Function FindModule( _
       ByVal id As String _
    ) As Module

    Parameters

    id
    The module's DAML identifier.

    Return Value

    The specified module.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also