Eplan Platform API
Eplan.EplApi.ApplicationFramework Namespace / License Class / GetLicenseModules Method
A Dictionary of license modules.

In This Topic
    GetLicenseModules Method
    In This Topic
    Syntax
    public void GetLicenseModules( 
       ref Dictionary<LicenseOptions,bool> LicenseModulesDic
    )
    public:
    void GetLicenseModules( 
       Dictionary<LicenseOptions,bool>^% LicenseModulesDic
    ) 

    Parameters

    LicenseModulesDic
    A Dictionary of license modules.

    Return Value

    A Dictionary of license modules. The key is the license option of the module. the value is the state whether the module license is available or not.
    See Also