Click or drag to resize

LCSuperPositionCollection Constructor (ListLCSuperPosition)

Initializes a new instance of the LCSuperPositionCollection class. create a collection from a list of super-imposition-objects using unit-factors.

Namespace:  Karamba.Loads.Combinations
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public LCSuperPositionCollection(
	List<LCSuperPosition> superImp
)

Parameters

superImp
Type: System.Collections.GenericListLCSuperPosition
List of load-case super positions.
See Also