|
ModelElementElem_loads Property
|
the elements loads
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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