Get number of load and factor pairs in load combination


  
 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) present in a load combination  case.

Load.GetNoOfLoadAndFactorPairsForCombination varLoadCombNo

Where:

varLoadCombNo

A long variable which stores the number load combination number.

VB Example

Dim lcase As Long

GetLoadCaseinCombination = objOpenSTAAD.Load.GetNoOfLoadAndFactorPairsForCombination(lcase)