|
LCCombiCollectorUpdateLoadCombination Method
|
use a combination expression of given id to produce load-combinations. Is also used
by the LCSuperpositionVisitor to produce load-combinations on which this expression
depends.
Namespace:
Karamba.Loads.Combinations
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic bool UpdateLoadCombination(
string id,
RecoveryMode recovery_mode = RecoveryMode.stop
)
Public Function UpdateLoadCombination (
id As String,
Optional recovery_mode As RecoveryMode = RecoveryMode.stop
) As Boolean
public:
bool UpdateLoadCombination(
String^ id,
RecoveryMode recovery_mode = RecoveryMode::stop
)
member UpdateLoadCombination :
id : string *
?recovery_mode : RecoveryMode
(* Defaults:
let _recovery_mode = defaultArg recovery_mode RecoveryMode.stop
*)
-> bool
Parameters
- id
- Type: SystemString
identifier of the load-combination to be expanded. - recovery_mode (Optional)
- Type: Karamba.Loads.CombinationsRecoveryMode
action to be taken in case of undefined load-case names.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Karamba.Loads.Combinations.LCCombiCollector.UpdateLoadCombination(System.String,Karamba.Loads.Combinations.RecoveryMode)"]
See Also