|
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)
Syntaxpublic 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
- Type: SystemString
name of the load-case. - fac
- Type: SystemDouble
factor of the load-case.
See Also