|
LoadCaseCombinationExpand Method
|
Expands all load-combinations contained in the rules.
Namespace:
Karamba.Loads
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic List<List<string>> Expand()
Public Function Expand As List(Of List(Of String))
public:
List<List<String^>^>^ Expand()
member Expand : unit -> List<List<string>>
Return Value
Type:
ListListStringList of list of expansions.
See Also