LifetimeOrbitPropagatorOrbitLimitType Property |
Gets or sets the limitation for when the lifetime propagator calculation should stop its iteration.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic LifetimeCalculationLimitType OrbitLimitType { get; set; }
Public Property OrbitLimitType As LifetimeCalculationLimitType
Get
Set
public:
property LifetimeCalculationLimitType OrbitLimitType {
LifetimeCalculationLimitType get ();
void set (LifetimeCalculationLimitType value);
}
member OrbitLimitType : LifetimeCalculationLimitType with get, set
Property Value
Type:
LifetimeCalculationLimitType
See Also