LoadCaseActivationContributionsIndexFactor Method

return all load-case indexes available for a given load-case-combination name.

Definition

Namespace: Karamba.Loads.Combination
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public List<Tuple<int, double>> ContributionsIndexFactor(
	string loadCaseId
)

Parameters

loadCaseId  String
Identifier of a load-case.

Return Value

ListTupleInt32, Double
List of pairs of contributions: int: index of the load-case; double: factor.

See Also