StateSupport0DGetResult Method

Interface for a state at a support.

Definition

Namespace: Karamba.Elements.States
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public IEnumerable<double> GetResult(
	StateSupportOption resultType,
	out List<int> selectedInds
)

Parameters

resultType  StateSupportOption

[Missing <param name="resultType"/> documentation for "M:Karamba.Elements.States.StateSupport0D.GetResult(Karamba.Elements.States.StateSupportOption,System.Collections.Generic.List{System.Int32}@)"]

selectedInds  ListInt32

[Missing <param name="selectedInds"/> documentation for "M:Karamba.Elements.States.StateSupport0D.GetResult(Karamba.Elements.States.StateSupportOption,System.Collections.Generic.List{System.Int32}@)"]

Return Value

IEnumerableDouble

[Missing <returns> documentation for "M:Karamba.Elements.States.StateSupport0D.GetResult(Karamba.Elements.States.StateSupportOption,System.Collections.Generic.List{System.Int32}@)"]

Implements

IStateSupport0DGetResult(StateSupportOption, ListInt32)

See Also