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.
Namespace: Karamba.Loads.CombinationAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public void Add(
string id,
double fac
)
Public Sub Add (
id As String,
fac As Double
)
public:
void Add(
String^ id,
double fac
)
member Add :
id : string *
fac : float -> unit
Parameters
- id String
- name of the load-case.
- fac Double
- factor of the load-case.