API Help
Eplan.EplApi.System Namespace
/
EplApplication Class
/ Exit Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
Language Filter: C++/CLI
C#
C++/CLI
In This Topic
Exit Method
In This Topic
Exits the EPLAN runtime system.
Syntax
C#
C++/CLI
public
void
Exit()
public
:
void
Exit();
Remarks
EplApplication instance should be deinitialized explicitly by the main thread. When
Exit
method is called by thread of garbage collector or after leaving main function of application it can cause application crash.
See Also
Reference
EplApplication Class
EplApplication Members