Opt whether to correct the state of the satellite after crossing a shadow boundary for errors that may have been introduced by the sudden change in the SRP which occurred during the integration step.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseBoundaryMitigation() As Boolean |
[C#] |
---|
public bool UseBoundaryMitigation {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseBoundaryMitigation(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseBoundaryMitigation( VARIANT_BOOL * pVal ); public: HRESULT put_UseBoundaryMitigation( VARIANT_BOOL UseBoundaryMitigation ); |
[Java] |
---|
public bool getUseBoundaryMitigation(); public void setUseBoundaryMitigation( bool ); |