Click or drag to resize

LCSuperPositionAdd Method (String, Double)

add a load-case of given identifier and factor to the super position expression in case the name already exists in the superposition the factor is added to the existing one.

Namespace:  Karamba.Loads.Combinations
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public void Add(
	string id,
	double fac
)

Parameters

id
Type: SystemString
name of the load-case.
fac
Type: SystemDouble
factor of the load-case.
See Also