OpenSTAAD V8i

Load.GetLoadCombinationCaseNumbers

Gets all primary load case number(s).

VB Syntax

Load.GetLoadCombinationCaseNumbers CombineLoadCaseNumbersArray

Where:

CombineLoadCaseNumbersArray

A long array which stores the load case numbers for all the primary load cases present in the current structure.

VB Example

Dim lGetLoadCombinationCaseCount as Long
Dim lLoadCombinationCaseNumbersArray() as Long
'Get the application object --
'Get Primary Load Case Numbers
lGetLoadCombinationCaseCount = objOpenSTAAD.Load.GetLoadCombinationCaseCount

ReDim lLoadCombinationCaseNumbersArray (lGetLoadCombinationCaseCount)
objOpenSTAAD.Load. GetLoadCombinationCaseNumbers lLoadCombinationCaseNumbersArray ()

Reference Materials

Load.GetLoadCombinationCaseCount

Load.AddLoadAndFactorToCombination