LoadCaseAdd(LoadCase) Method
Adds two LoadCaseSuperPosition objects and returns a new one.
Namespace: Karamba.Loads.CombinationAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public LoadCase Add(
LoadCase other
)
Public Function Add (
other As LoadCase
) As LoadCase
public:
LoadCase^ Add(
LoadCase^ other
)
member Add :
other : LoadCase -> LoadCase
- other LoadCase
- other SuperPosition object to add to this.
LoadCaseNew added up load-case superposition.