OpenSTAAD V8i

Load.SetLoadActive

Makes the specified load number active.

VB Syntax

Load.SetLoadActive  LoadNo 

Where:

LoadNo

Integer variable providing the load number which will be made active.

Return Value

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

VB Example

'Get the application object --
'Make load case 1 active
objOpenSTAAD.Load.SetLoadActive 1

Reference Materials

Load.GetActiveLoad