OpenSTAAD V8i

Quit

This function exits the STAAD.Pro application environment.

VB Syntax

Quit

VB Example

Dim objOpenSTAAD As Object
'Get the application object
Set objOpenSTAAD = GetObject( , "StaadPro.OpenSTAAD")
'Quit Application environment 
objOpenSTAAD.Quit