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






Windows & Linux

Description

Continue if profiles don't converge - if true, the target sequence continues if a profile fails to converge; otherwise, the MCS will stop upon the failure of a search profile.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ContinueOnFailure() As Boolean
[C#]
public bool ContinueOnFailure {get; set;}
[Managed C++]
public: __property bool get_ContinueOnFailure();
public: __property void set_ContinueOnFailure(
   bool
);
[Unmanaged C++]
public: HRESULT get_ContinueOnFailure(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_ContinueOnFailure(
   VARIANT_BOOL NewContinueOnFailure
);
[Java]
public bool getContinueOnFailure();public void setContinueOnFailure(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.