LifetimeOrbitPropagator.OrbitCountLimit 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
Int32
See Also