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).
Read-write property
[Visual Basic .NET] |
---|
Public Property MslStopTimeWarning() As Boolean |
[C#] |
---|
public bool MslStopTimeWarning {get; set;} |
[Managed C++] |
---|
public: __property bool get_MslStopTimeWarning(); |
[Unmanaged C++] |
---|
public: HRESULT get_MslStopTimeWarning( VARIANT_BOOL * pVal ); public: HRESULT put_MslStopTimeWarning( VARIANT_BOOL MslStopTimeWarning ); |
[Java] |
---|
public bool getMslStopTimeWarning(); public void setMslStopTimeWarning( bool ); |