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

Init(String) Method
Initializes the EPLAN runtime system.
Syntax
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. Calling this method changes the current culture (default format for dates, times and numbers) used by the thread to the culture in the GUI.
See Also