Click or drag to resize

SegmentResults.GetMotionCollection<T> Method (String, IList<ITimeBasedState>)

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public static List<Motion<T>> GetMotionCollection<T>(
	string element,
	IList<ITimeBasedState> states
)

Parameters

element
Type: System.String
The element whose data you want.
states
Type: System.Collections.Generic.IList<ITimeBasedState>
The list of states to extract the states of element from.

Type Parameters

T
The type (Double, Cartesian...) that the element is.

Return Value

Type: List<Motion<T>>
The Motions{T} of the element from the states.
See Also