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.2.419.0 (24.2.419.0)
Syntax public int OrbitCountLimit { get; set; }
Public Property OrbitCountLimit As Integer
Get
Set
public:
property int OrbitCountLimit {
int get ();
void set (int value);
}
member OrbitCountLimit : int with get, set
Property Value
Type:
Int32See Also