Click or drag to resize

SegmentResultsGetDateMotionCollectionOfOverallTrajectoryT 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 DateMotionCollection<T> GetDateMotionCollectionOfOverallTrajectory<T>(
	string element
)

Parameters

element
Type: SystemString
The element whose data you want.

Type Parameters

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

Return Value

Type: DateMotionCollectionT
The DateMotionCollectionT of the element.
See Also