AGI STK Objects 11Send comments on this topic.
UseBoundaryMitigation Property (IAgVeHPOPSolarRadiationPressure)
See Also
Windows






Windows & Linux

Description

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.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseBoundaryMitigation() As Boolean
[C#]
public bool UseBoundaryMitigation {get; set;}
[Managed C++]
public: __property bool get_UseBoundaryMitigation();
public: __property void set_UseBoundaryMitigation( bool );
[Unmanaged C++]
public: HRESULT get_UseBoundaryMitigation(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseBoundaryMitigation(
    VARIANT_BOOL UseBoundaryMitigation
);
[Java]
public bool getUseBoundaryMitigation();
public void setUseBoundaryMitigation(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.