API Help
Eplan.EplApi.System Namespace / EplApplication Class / Init Method / Init(String) Method
This parameter specifies which configuration is to be initialized.

In This Topic
    Init(String) Method
    In This Topic
    Initializes the EPLAN runtime system.
    Syntax
    public void Init( 
       string strApplicationModifier
    )
    public:
    void Init( 
       String^ strApplicationModifier
    ) 

    Parameters

    strApplicationModifier
    This parameter specifies which configuration is to be initialized.
    Exceptions
    ExceptionDescription
    Thrown when a problem with licenses appears.
    Remarks
    Off-line applications require to be Single-Threaded because of COM which are used by P8. Therefore, for example Main() function has to be declared with attribute [STAThread]. Please see MSDN or Google for more information about STAThread.
    See Also