|
LCSuperPosition Constructor (String, Double)
|
Initializes a new instance of the
LCSuperPosition class.
create new SuperPosition rule with factors given in LcFact.
Namespace:
Karamba.Loads.Combinations
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic LCSuperPosition(
string id,
double fac = 1
)
Public Sub New (
id As String,
Optional fac As Double = 1
)
public:
LCSuperPosition(
String^ id,
double fac = 1
)
new :
id : string *
?fac : float
(* Defaults:
let _fac = defaultArg fac 1
*)
-> LCSuperPosition
Parameters
- id
- Type: SystemString
name of the load-case. - fac (Optional)
- Type: SystemDouble
load-factor for the load-cases. By default 1.0.
See Also