Click or drag to resize

SegmentListResults.GetDateMotionCollectionOfOverallTrajectory Method (String, ReferenceFrame)

Gets a DateMotionCollection<T> 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: 25.1.421.0 (25.1.421.0)
Syntax
public override DateMotionCollection<Cartesian> GetDateMotionCollectionOfOverallTrajectory(
	string element,
	ReferenceFrame frame
)

Parameters

element
Type: System.String
The element whose data you want.
frame
Type: AGI.Foundation.Geometry.ReferenceFrame
The ReferenceFrame that you want the returned collection in.

Return Value

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