LoadCaseWithFactor Constructor  | 
3D Frame Analysis Library 
            Construction
            
 
    Namespace: 
   Frame3D
    Assembly:
   Frame3D (in Frame3D.dll) Version: 1.0.7422.36923 (1.0.0.0)
Syntaxpublic LoadCaseWithFactor(
	string _LoadCaseName,
	double _Factor
)
Public Sub New ( 
	_LoadCaseName As String,
	_Factor As Double
)
Parameters
- _LoadCaseName
 - Type: SystemString
Load case name - _Factor
 - Type: SystemDouble
Load case factor for the load combination 
See Also