LoadCaseActivationContributionsIndexFactor Method
return all load-case indexes available for a given load-case-combination name.
Namespace: Karamba.Loads.CombinationAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public List<Tuple<int, double>> ContributionsIndexFactor(
string loadCaseId
)
Public Function ContributionsIndexFactor (
loadCaseId As String
) As List(Of Tuple(Of Integer, Double))
public:
List<Tuple<int, double>^>^ ContributionsIndexFactor(
String^ loadCaseId
)
member ContributionsIndexFactor :
loadCaseId : string -> List<Tuple<int, float>>
- loadCaseId String
- Identifier of a load-case.
ListTupleInt32,
DoubleList of pairs of contributions: int: index of the load-case; double: factor.