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