Specify whether to display a warning when a satellite orbit intersects the central body.
Read-write property
[Visual Basic .NET] |
---|
Public Property SatNoOrbitWarning() As Boolean |
[C#] |
---|
public bool SatNoOrbitWarning {get; set;} |
[Managed C++] |
---|
public: __property bool get_SatNoOrbitWarning(); |
[Unmanaged C++] |
---|
public: HRESULT get_SatNoOrbitWarning( VARIANT_BOOL * pVal ); public: HRESULT put_SatNoOrbitWarning( VARIANT_BOOL SatNoOrbitWarning ); |
[Java] |
---|
public bool getSatNoOrbitWarning(); public void setSatNoOrbitWarning( bool ); |