|
ModelElementElem_loads Property
|
Gets the elements loads.
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic IReadOnlyList<ElementLoad> Elem_loads { get; }
Public ReadOnly Property Elem_loads As IReadOnlyList(Of ElementLoad)
Get
public:
property IReadOnlyList<ElementLoad^>^ Elem_loads {
IReadOnlyList<ElementLoad^>^ get ();
}
member Elem_loads : IReadOnlyList<ElementLoad> with get
Property Value
Type:
IReadOnlyListElementLoad
See Also