Click or drag to resize

LCCombiCollectorAddLoadCase Method (String, Int32)

add serial load-cases of a given type into the load-case, load-combination and result indexes-dictionaries.

Namespace:  Karamba.Loads.Combinations
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public void AddLoadCase(
	string type_lc,
	int num_lc
)

Parameters

type_lc
Type: SystemString
type of load-cases as string.
num_lc
Type: SystemInt32
number of load-cases to create.
See Also