ArcGIS Pro 3.7 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 Shared Function FindModule( _
       ByVal id As String _
    ) As Module
    public static Module FindModule( 
       string id
    )

    Parameters

    id
    The module's DAML identifier.

    Return Value

    The specified module.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also