STK ObjectsSend comments on this topic.
MslStopTimeWarning Property (IAgScenario)
See Also
Windows





Windows & Linux

Description

Generate a message that warns the user if the missile achieves orbit (and give the perigee) or impacts the surface (and give the interval after missile's stop time).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MslStopTimeWarning() As Boolean
[C#]
public bool MslStopTimeWarning {get; set;}
[Managed C++]
public: __property bool get_MslStopTimeWarning();
public: __property void set_MslStopTimeWarning( bool );
[Unmanaged C++]
public: HRESULT get_MslStopTimeWarning(
    VARIANT_BOOL * pVal
);
public: HRESULT put_MslStopTimeWarning(
    VARIANT_BOOL MslStopTimeWarning
);
[Java]
public bool getMslStopTimeWarning();
public void setMslStopTimeWarning(
    bool
);
[Python - STK API ]
@property
def MslStopTimeWarning(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.