Revision 2 posted to Structural Analysis and Design - Wiki by Suro on 2/6/2014 6:13:00 AM
Applies To | |||
Product(s): | STAAD.Pro | ||
Version(s): | All | ||
Environment: | N/A | ||
Area: | STAAD.Pro Technotes | ||
Subarea: | OpenSTAAD | ||
Original Author: | Surojit Ghosh | ||
The following OpenSTAAD function extracts the number of loads (Primary and combination load case) and corresponding combination factors for a combination load case.
Load.GetNoOfLoadAndFactorPairsForCombination varLoadCombNo
Where:
varLoadCombNo
A long variable which stores the number of load cases present in the combination load case.
VB Example
Dim lcase As Long
GetLoadCaseinCombination = objOpenSTAAD.Load.GetNoOfLoadAndFactorPairsForCombination(lcase)