Eplan Platform API
Eplan.EplApi.RemoteClient Namespace / IEplanRemoteClient Interface / License Property

In This Topic
    License Property (IEplanRemoteClient)
    In This Topic
    License file name (*.lis). This Property should be set before calling any StartEplan method.
    Syntax
    string License {get; set;}
    property String^ License {
       String^ get();
       void set (    String^ value);
    }
    See Also