FFEphemProperties.RemoveDiscontinuity Method

Top 

Description

Removes an after-discontinuity state in the current vector of the ephemeris. Only works for FreeFlyer Ephemeris Version 2.0 and higher.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Overload List

Signatures

Return Value

Description

FFEphemProperties.RemoveDiscontinuity()

None

Removes all after-discontinuity states in the current vector of the ephemeris.

FFEphemProperties.RemoveDiscontinuity(Array columnIndices)

None

Removes the after-discontinuity states in the current vector of the ephemeris specified by 'columnIndices'.

FFEphemProperties.RemoveDiscontinuity(String columnLabel)

None

Removes the after-discontinuity state in the current vector of the ephemeris specified by 'columnLabel'.

FFEphemProperties.RemoveDiscontinuity(StringArray columnLabels)

None

Removes the after-discontinuity states in the current vector of the ephemeris specified by 'columnLabels'.

FFEphemProperties.RemoveDiscontinuity(Variable columnIndex)

None

Removes the after-discontinuity state in the current vector of the ephemeris specified by 'columnIndex'.

 

 

See also

FFEphemProperties Object

Working with Ephemerides