Click or drag to resize

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)
Syntax
public bool UpdateLoadCombination(
	string id,
	RecoveryMode recovery_mode = RecoveryMode.stop
)

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