|
LCCombiCollectorAddLoadCase Method (String, Int32)
|
add serial load-cases of a given type into the load-case, load-combination and result indexes-dictionaries.
Namespace:
Karamba.Loads.Combinations
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic void AddLoadCase(
string type_lc,
int num_lc
)
Public Sub AddLoadCase (
type_lc As String,
num_lc As Integer
)
public:
void AddLoadCase(
String^ type_lc,
int num_lc
)
member AddLoadCase :
type_lc : string *
num_lc : int -> unit
Parameters
- type_lc
- Type: SystemString
type of load-cases as string. - num_lc
- Type: SystemInt32
number of load-cases to create.
See Also