SegmentListResultsCropEphemerisForOverallTrajectory Method |
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public override void CropEphemerisForOverallTrajectory(
IntegrationSense overallDirection,
TimeInterval interval
)
Public Overrides Sub CropEphemerisForOverallTrajectory (
overallDirection As IntegrationSense,
interval As TimeInterval
)
public:
virtual void CropEphemerisForOverallTrajectory(
IntegrationSense overallDirection,
TimeInterval^ interval
) override
abstract CropEphemerisForOverallTrajectory :
overallDirection : IntegrationSense *
interval : TimeInterval -> unit
override CropEphemerisForOverallTrajectory :
overallDirection : IntegrationSense *
interval : TimeInterval -> unit
Parameters
- overallDirection
- Type: AGI.Foundation.NumericalMethodsIntegrationSense
The time direction of propagation. - interval
- Type: AGI.Foundation.TimeTimeInterval
The interval that this segment should have data in its EphemerisForOverallTrajectory.
See Also