Click or drag to resize

LCSuperPosition Constructor (Int32, Model)

Initializes a new instance of the LCSuperPosition class. create new unit LCSuperPosition rule for a load-case of given index.

Namespace:  Karamba.Loads.Combinations
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public LCSuperPosition(
	int lc_index,
	Model model
)

Parameters

lc_index
Type: SystemInt32
index of load-case.
model
Type: Karamba.ModelsModel
model which carries the load-cases.
See Also