OpenSTAAD V8i

Load.CreateNewLoadCombination

Creates new load combination with the number and title defined.

VB Syntax

Load.CreateNewLoadCombination LoadCombTitle, LoadCombNo

Where:

LoadCombTitle

A string variable, which defines title for new load combination.

LoadCombNo

A long variable, which defines number for new load combination.

VB Example

Dim strLoadCombTitle as String
Dim lLoadCombNo as Long
'Get the application object --
'Create New Load Combination
objOpenSTAAD.Load.CreateNewLoadCombination strLoadCombTitle, lLoadCombNo