|
LCSuperPositionCollectionlower Property
|
Gets the lower boundary load-factors.
Namespace:
Karamba.Loads.Combinations
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic IReadOnlyList<LCSuperPosition> lower { get; }
Public ReadOnly Property lower As IReadOnlyList(Of LCSuperPosition)
Get
public:
property IReadOnlyList<LCSuperPosition^>^ lower {
IReadOnlyList<LCSuperPosition^>^ get ();
}
member lower : IReadOnlyList<LCSuperPosition> with get
Property Value
Type:
IReadOnlyListLCSuperPosition
See Also