Click or drag to resize

LoadCaseCombination Constructor (ListString)

Initializes a new instance of the LoadCaseCombination class. create a new load-case combination.

Namespace:  Karamba.Loads
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public LoadCaseCombination(
	List<string> rules_
)

Parameters

rules_
Type: System.Collections.GenericListString
rules of the combination.
See Also