Click or drag to resize

LCSuperPositionAdd Method (LCSuperPosition)

Adds two LoadCaseSuperPosition objects and returns a new one.

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

Parameters

other
Type: Karamba.Loads.CombinationsLCSuperPosition
other SuperPosition object to add to this.

Return Value

Type: LCSuperPosition
New added up load-case superposition.
See Also