OpenSTAAD V8i
Gets all primary load case number(s).
Where:
A long array which stores the load case numbers for all the primary load cases present in the current structure.
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 ()