|
ModelUnitLoadselem_ids Property
|
Gets the identifiers of elements where loads are to be applied.
Namespace:
Karamba.Loads
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxprotected IReadOnlyList<string> elem_ids { get; }
Protected ReadOnly Property elem_ids As IReadOnlyList(Of String)
Get
protected:
property IReadOnlyList<String^>^ elem_ids {
IReadOnlyList<String^>^ get ();
}
member elem_ids : IReadOnlyList<string> with get
Property Value
Type:
IReadOnlyListString
See Also