STK AstrogatorSend 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 * pVal
);
public: HRESULT put_ContinueOnFailure(
    VARIANT_BOOL newVal
);
[Java]
public bool getContinueOnFailure();
public void setContinueOnFailure(
    bool
);
[Python - STK API ]
@property
def ContinueOnFailure(self) -> bool:

@ContinueOnFailure.setter
def ContinueOnFailure(self, newVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.