Click or drag to resize

LCCombiCollectorAddRules Method

add sentences of combination rules; update the list of load-combinations.

Namespace:  Karamba.Loads.Combinations
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public void AddRules(
	IEnumerable<string> rules
)

Parameters

rules
Type: System.Collections.GenericIEnumerableString
text describing the load-combinations.
See Also