AGI STK Astrogator 11Send comments on this topic.
StopOnLimitCycleDetection Property (IAgVAProfileDifferentialCorrector)
See Also 
Windows






Windows & Linux

Description

If true, Astrogator will stop targeting if a limit cycle is detected.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StopOnLimitCycleDetection() As Boolean
[C#]
public bool StopOnLimitCycleDetection {get; set;}
[Managed C++]
public: __property bool get_StopOnLimitCycleDetection();
public: __property void set_StopOnLimitCycleDetection(
   bool
);
[Unmanaged C++]
public: HRESULT get_StopOnLimitCycleDetection(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_StopOnLimitCycleDetection(
   VARIANT_BOOL NewStopOnLimitCycleDetection
);
[Java]
public bool getStopOnLimitCycleDetection();public void setStopOnLimitCycleDetection(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.