|
LCSuperPositionfactors Property
|
Gets pairs of load-case names and factors.
Namespace:
Karamba.Loads.Combinations
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic IReadOnlyDictionary<string, double> factors { get; }
Public ReadOnly Property factors As IReadOnlyDictionary(Of String, Double)
Get
public:
property IReadOnlyDictionary<String^, double>^ factors {
IReadOnlyDictionary<String^, double>^ get ();
}
member factors : IReadOnlyDictionary<string, float> with get
Property Value
Type:
IReadOnlyDictionaryString,
Double
See Also