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 * pRetVal
);
public: HRESULT put_MslStopTimeWarning(
VARIANT_BOOL NewMslStopTimeWarning
);
|
[Java] |
public bool getMslStopTimeWarning();public void setMslStopTimeWarning(
bool
);
|
See Also