FFEphemProperties.MarkDiscontinuity Method

Top 

Description

Marks the current vector in the epehermis with a discontinuity. 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.MarkDiscontinuity()

None

Marks the current vector in the ephemeris as a discontinuity in all columns.

FFEphemProperties.MarkDiscontinuity(Array columnIndices)

None

Marks the current vector in the ephemeris as a discontinuity in the columns specified by 'columnIndices'.

FFEphemProperties.MarkDiscontinuity(String columnLabel)

None

Marks the current vector in the ephemeris as a discontinuity in the column specified by 'columnLabel'.

FFEphemProperties.MarkDiscontinuity(StringArray columnLabels)

None

Marks the current vector in the ephemeris as a discontinuity in the columns specified by 'columnLabels'.

FFEphemProperties.MarkDiscontinuity(Variable columnIndex)

None

Marks the current vector in the ephemeris as a discontinuity in the column specified by 'columnIndex'.

 

 

See also

FFEphemProperties Object

Working with Ephemerides