Altair EEvision 2025.1 APIs
    Preparing search index...

    Type Alias LicenseInfo

    Information about the used EEvision license.

    type LicenseInfo = {
        desc: string;
        expire: string;
        license_version: string;
        licensee: string;
        type: "altair" | "flexnet" | "web" | "other";
        url: string;
    }
    Index

    Properties

    desc: string

    Information about when the license expires and which license server/file is used. This is the unparsed string returned by the licensing library.

    expire: string

    Expire date of the license in the format yyyy-mm-dd.

    license_version: string

    Version number of the licensing mechanism.

    licensee: string

    Recipient of the license plus some information about the available license features.

    type: "altair" | "flexnet" | "web" | "other"

    Which licensing mechanism is used by EEvision?

    • "altair": EEvision uses the Altair licensing mechanism.
    • "flexnet": EEvision uses a FlexLM license.
    • "web": Web-based licensing (see CoreConfig.license).
    • "other": EEvision uses another license mechanism, e.g., as part of an OEM contract.
    url: string

    URL of the license server or path of the license file.