Click or drag to resize

LCSuperPositionCollection Constructor (LCSuperPositionCollection)

Initializes a new instance of the LCSuperPositionCollection class. initialize a load-case superposition collection from another one.

Namespace:  Karamba.Loads.Combinations
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public LCSuperPositionCollection(
	LCSuperPositionCollection other
)

Parameters

other
Type: Karamba.Loads.CombinationsLCSuperPositionCollection
Other collection from where to copy the data.
See Also