Description
Specify whether to display a warning when a
missile trajectory does not impact the central body.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property MslNoOrbitWarning() As Boolean
|
[C#] |
public bool MslNoOrbitWarning {get; set;}
|
[Managed C++] |
public: __property bool get_MslNoOrbitWarning();
public: __property void set_MslNoOrbitWarning(
bool
);
|
[Unmanaged C++] |
public: HRESULT get_MslNoOrbitWarning(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_MslNoOrbitWarning(
VARIANT_BOOL NewMslNoOrbitWarning
);
|
[Java] |
public bool getMslNoOrbitWarning();public void setMslNoOrbitWarning(
bool
);
|
See Also