LoadCaseAdd(String, Double) Method

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.

Definition

Namespace: Karamba.Loads.Combination
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public void Add(
	string id,
	double fac
)

Parameters

id  String
name of the load-case.
fac  Double
factor of the load-case.

See Also