Click or drag to resize

LoadCaseCombinationExpand Method (ListString)

Expands the load-combinations given by their ids.

Namespace:  Karamba.Loads
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public List<List<string>> Expand(
	List<string> loadCombiIds
)

Parameters

loadCombiIds
Type: System.Collections.GenericListString

[Missing <param name="loadCombiIds"/> documentation for "M:Karamba.Loads.LoadCaseCombination.Expand(System.Collections.Generic.List{System.String})"]

Return Value

Type: ListListString
List of list of expansions.
See Also