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