Click or drag to resize

SegmentResultsGetMotionCollectionT Method (String)

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

Parameters

element
Type: SystemString
The elements whose data is stored in this results.

Type Parameters

T
The type of the MotionT to be returned.

Return Value

Type: ListMotionT
A list of the MotionT of the element.
See Also