|
LCCombiCollectorload_case_ids Property
|
Gets the ordered list of all load-case identifiers.
Namespace:
Karamba.Loads.Combinations
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic IReadOnlyList<string> load_case_ids { get; }
Public ReadOnly Property load_case_ids As IReadOnlyList(Of String)
Get
public:
property IReadOnlyList<String^>^ load_case_ids {
IReadOnlyList<String^>^ get ();
}
member load_case_ids : IReadOnlyList<string> with get
Property Value
Type:
IReadOnlyListString
See Also