API Help
Eplan.EplApi.System Namespace / EplApplication Class / Init Method / Init(String,Boolean) Method
This parameter specifies which configuration is to be initialized.
This parameter specifies whether the license dialog is allowed to be called.

Init(String,Boolean) Method
Initializes the EPLAN runtime system.
Syntax

Parameters

strApplicationModifier
This parameter specifies which configuration is to be initialized.
bAllowCallingLicenseDialog
This parameter specifies whether the license dialog is allowed to be called.
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