OpenSTAAD V8i
Returns primary load case category(s) as an integer value.
Where:
A variant (can be integer or long) variable that holds the primary load case number.
Returns primary load case category(s) as one of the following integers:
Dim lPrimaryLoadCaseCount as Long
Dim lLoadType() as Long
ReDim lLoadType(lPrimaryLoadCaseCount)
'Get the application object --
'Get Primary Load Case Types
For i = 0 to (lPrimaryLoadCaseCount - 1)
lLoadType(i) = objOpenSTAAD.Load.GetLoadType(LoadCaseNo)
next i
Reference Materials