API Help
Eplan.EplApi.ApplicationFramework Namespace / LicenseType Enumeration

In This Topic
    LicenseType Enumeration
    In This Topic
    License type: local, network (remote) or borrowed
    Syntax
    public enum LicenseType : System.Enum 
    public enum class LicenseType : public System.Enum 
    Members
    MemberValueDescription
    Borrowed5borrowed license
    Local1local license
    NoLicense0No license
    Remote2network license
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Eplan.EplApi.ApplicationFramework.LicenseType

    See Also