Click or drag to resize

SegmentListResults.GetDateMotionCollectionOfOverallTrajectory<T> Method (String)

Gets a DateMotionCollection<T> 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.3.420.0 (24.3.420.0)
Syntax
public override DateMotionCollection<T> GetDateMotionCollectionOfOverallTrajectory<T>(
	string element
)

Parameters

element
Type: System.String
The state element of interest.

Type Parameters

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

Return Value

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