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