Write-only

Exit Method


Description

Closes the PLTS application.

 VB Syntax

plts.Exit

Variable

(Type) - Description

plts

(object) - A PLTSApplication object

Return Type

None

Default

None

Examples

pltsapp.Exit

C++ Syntax

HRESULT Exit();

Interface

IPLTSApplication