Click or drag to resize

LifetimeOrbitPropagatorOrbitCountLimit Property

Gets or sets the number of orbits past which to stop propagation. This limits the runtime of the propagator, based on the OrbitLimitType. By default, this is set to 100,000 orbits.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public int OrbitCountLimit { get; set; }

Property Value

Type: Int32
See Also