|
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)
Syntaxpublic LCSuperPosition Add(
LCSuperPosition other
)
Public Function Add (
other As LCSuperPosition
) As LCSuperPosition
public:
LCSuperPosition^ Add(
LCSuperPosition^ other
)
member Add :
other : LCSuperPosition -> LCSuperPosition
Parameters
- other
- Type: Karamba.Loads.CombinationsLCSuperPosition
other SuperPosition object to add to this.
Return Value
Type:
LCSuperPositionNew added up load-case superposition.
See Also