Click or drag to resize

SegmentResultsGetDateMotionCollectionOfOverallTrajectory Method (String, ReferenceFrame)

Gets a DateMotionCollectionT of the element in the specified ReferenceFrame from the EphemerisForOverallTrajectory. This method assumes that you are asking for an entry that is of type Cartesian and that the element in the state is of that type. The state type stored must be ITimeBasedState.

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<Cartesian> GetDateMotionCollectionOfOverallTrajectory(
	string element,
	ReferenceFrame frame
)

Parameters

element
Type: SystemString
The element whose data you want.
frame
Type: AGI.Foundation.GeometryReferenceFrame
The ReferenceFrame that you want the returned collection in.

Return Value

Type: DateMotionCollectionCartesian
The DateMotionCollectionT of the element.
See Also