OpenSTAAD V8i

GetBaseUnit

Returns the base unit for the currently open .STD file.

VB Syntax

GetBaseUnit ()

Return Value

(Numeric value) Value will return 1 for English and 2 for Metric system of units.

VB Example

Dim objOpenSTAAD As Object
'Set the application object
Set objOpenSTAAD = GetObject( , "StaadPro.OpenSTAAD")
objOpenSTAAD.GetBaseUnit ()