Eplan Platform API
Eplan.EplApi.ApplicationFramework Namespace / LicenseType Enumeration

LicenseType Enumeration
License type: local, network (remote) or borrowed
Syntax
public enum LicenseType : 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