|
LoadCaseCombination Constructor (ListString)
|
Initializes a new instance of the
LoadCaseCombination class.
create a new load-case combination.
Namespace:
Karamba.Loads
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic LoadCaseCombination(
List<string> rules_
)
Public Sub New (
rules_ As List(Of String)
)
public:
LoadCaseCombination(
List<String^>^ rules_
)
new :
rules_ : List<string> -> LoadCaseCombinationParameters
- rules_
- Type: System.Collections.GenericListString
rules of the combination.
See Also