OpenSTAAD V8i
Adds a primary load case with specified multiplication factor to an existing load combination.
Where:
An integer variable holds the load combination number.
A long variable holds the primary load case number.
Multiplication factor for the specified primary load case.
'Get the application object --
Dim intLoadCombNo as Integer
Dim lLoadNo as Long
Dim fFactor as Float
'Add Load to Load Combination
objOpenSTAAD.Load.AddLoadAndFactorToCombination intLoadCombNo, lLoadNo, fFactor