OpenSTAAD V8i

OpenSTAADFile

This function will open the specified .STD file.

VB Syntax

OpenSTAADFile FileName

Where:

FileName

A string variable that will hold the name of the .STD file, which needs to be open.

VB Example

Dim objOpenSTAAD As Object
Dim strFileName As String
'Get the application object
Set objOpenSTAAD = GetObject( , "StaadPro.OpenSTAAD")
'Open the file
objOpenSTAAD.OpenSTAADFile strFileName