Viewer:quit

機能
ビュアーを閉じる
構文
quit()
引数
なし
戻り値
なし
説明
必要な終了処理をしてビュアーを閉じます。
サンプルコード

Viewer = megGetViewer();
Viewer:quit();