True if shadow boundary mitigation should be performed; the state of the satellite after crossing a shadow boundary will be corrected for errors possibly caused by the sudden change in SRP which occurred during the integration step.
Read-write property
[Visual Basic .NET] |
---|
Public Property IncludeBoundaryMitigation() As Boolean |
[C#] |
---|
public bool IncludeBoundaryMitigation {get; set;} |
[Managed C++] |
---|
public: __property bool get_IncludeBoundaryMitigation(); |
[Unmanaged C++] |
---|
public: HRESULT get_IncludeBoundaryMitigation( VARIANT_BOOL * pMitigation ); public: HRESULT put_IncludeBoundaryMitigation( VARIANT_BOOL Mitigation ); |
[Java] |
---|
public bool getIncludeBoundaryMitigation(); public void setIncludeBoundaryMitigation( bool ); |