OpenSTAAD V8i

View.GetInterfaceMode

This function returns the current visual mode in the STAAD.Pro environment.

VB Syntax

View.GetInterfaceMode  

Return

Returns an integer value as per the following:

VB Example

Dim bMode As Integer
'Get the application object --
bMode = staad.View.GetInterfaceMode()