LoadCombinationWithFactor Constructor  | 
3D Frame Analysis Library 
            Construction
            
 
    Namespace: 
   Frame3D
    Assembly:
   Frame3D (in Frame3D.dll) Version: 1.0.7422.36923 (1.0.0.0)
Syntaxpublic LoadCombinationWithFactor(
	LoadCombination _LoadCombination,
	double _Factor
)
Public Sub New ( 
	_LoadCombination As LoadCombination,
	_Factor As Double
)
Parameters
- _LoadCombination
 - Type: Frame3DLoadCombination
Load combination name - _Factor
 - Type: SystemDouble
Factor for the load combination 
See Also