Click or drag to resize

SegmentListResultsGetDateMotionCollectionOfOverallTrajectoryT Method (String)

Gets a DateMotionCollectionT of the element from the EphemerisForOverallTrajectory. Note that this will return the ephemeris from the EphemerisForOverallTrajectory of every stored SegmentResults making no attempt at transforming them into the same ReferenceFrame or Axes. If the element happened to be propagated in different defined in objects, you must either call GetDateMotionCollectionOfOverallTrajectory(String, ReferenceFrame) if a Point was propagated, or handle the transformations yourself.

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

Parameters

element
Type: SystemString
The state element of interest.

Type Parameters

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

Return Value

Type: DateMotionCollectionT
The DateMotionCollectionT of the element.
See Also