AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_UseBoundaryMitigation(
VARIANT_BOOL NewUseBoundaryMitigation
);

[Java]
public bool getUseBoundaryMitigation();public void setUseBoundaryMitigation(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface