Click or drag to resize

KeplerianElementsComputePeriod Method

Computes the orbital period of the current Keplerian elements.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public double ComputePeriod()

Return Value

Type: Double
The orbital period (time).
Exceptions
ExceptionCondition
InvalidOperationExceptionIf the OrbitType does not represent a closed orbit (either circular or elliptical), there is no orbital period.
See Also