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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1