Eplan Platform API
Eplan.EplApi.System Namespace / EplApplication Class / LicenseFile Property

In This Topic
    LicenseFile Property
    In This Topic
    Name of the File (inclusive path) containing the license to use or to borrow IMPORTANT: Set this path before calling Init!
    Syntax
    public string LicenseFile {get; set;}
    public:
    property String^ LicenseFile {
       String^ get();
       void set (    String^ value);
    }
    See Also