OpenSTAAD V8i

CloseSTAADFile

This function closes the currently open .STD file.

VB Syntax

CloseSTAADFile  

Return Value

(Boolean) True (1) if the function is successful, false (0) otherwise.

VB Example

Dim objOpenSTAAD As Object
'Get the application object
Set objOpenSTAAD = GetObject( , "StaadPro.OpenSTAAD")
'Close current STAAD file
objOpenSTAAD.CloseSTAADFile