Eplan Platform API
Eplan.EplApi.ApplicationFramework Namespace / License Class / HasOption Method
Determines whether a license is available on the system for this licensing option.

In This Topic
    HasOption Method
    In This Topic
    Is used to determine whether a license for this option exists in the system and if it is available.
    Syntax
    public bool HasOption( 
       LicenseOptions eOption
    )
    public:
    bool HasOption( 
       LicenseOptions eOption
    ) 

    Parameters

    eOption
    Determines whether a license is available on the system for this licensing option.

    Return Value

    true: This options is licensed on the system. false: This options is not licensed on the system.
    See Also