Click or drag to resize

SegmentResultsGetMotionCollectionT Method (String, IListITimeBasedState)

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

Parameters

element
Type: SystemString
The element whose data you want.
states
Type: System.Collections.GenericIListITimeBasedState
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: ListMotionT
The Motions{T} of the element from the states.
See Also