AGI STK Astrogator 11 Send comments on this topic.
IncludeBoundaryMitigation Property (IAgVASRPAeroT20)
See Also 





Description

True if shadow boundary mitigation should be performed; the state of the satellite after crossing a shadow boundary will be corrected for errors that may have been introduced by the sudden change in SRP which occurred during the integration step. If shadowing is turned off, this option is unavailable.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IncludeBoundaryMitigation() As Boolean

[C#]
public bool IncludeBoundaryMitigation {get; set;}

[Managed C++]
public: __property bool get_IncludeBoundaryMitigation();
public: __property void set_IncludeBoundaryMitigation(
bool
);

[Unmanaged C++]
public: HRESULT get_IncludeBoundaryMitigation(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IncludeBoundaryMitigation(
VARIANT_BOOL NewIncludeBoundaryMitigation
);

[Java]
public bool getIncludeBoundaryMitigation();public void setIncludeBoundaryMitigation(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1