IStateElement1DGetResult Method
Namespace: Karamba.Elements.StatesAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
IEnumerable<double> GetResult(
Element1DOption option,
out List<int> selectionInds
)
Function GetResult (
option As Element1DOption,
<OutAttribute> ByRef selectionInds As List(Of Integer)
) As IEnumerable(Of Double)
IEnumerable<double>^ GetResult(
Element1DOption option,
[OutAttribute] List<int>^% selectionInds
)
abstract GetResult :
option : Element1DOption *
selectionInds : List<int> byref -> IEnumerable<float>
- option Element1DOption
- The result value to return.
- selectionInds ListInt32
- Indexes of the load case within the given load cases from which the result originates.
IEnumerableDouble
The result values.