Click or drag to resize

SegmentResults.GetDateMotionCollectionOfOverallTrajectory<T> Method (String)

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public virtual DateMotionCollection<T> GetDateMotionCollectionOfOverallTrajectory<T>(
	string element
)

Parameters

element
Type: System.String
The element whose data you want.

Type Parameters

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

Return Value

Type: DateMotionCollection<T>
The DateMotionCollection<T> of the element.
See Also