Sgp4PropagatorSgp4EstimationInputSolveForDrag Property |
Gets or sets a value indicating whether to attempt to solve for the BSTAR drag value.
By default, this value is
. If false, the system will use the
BStarDragValue.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool SolveForDrag { get; set; }
Public Property SolveForDrag As Boolean
Get
Set
public:
property bool SolveForDrag {
bool get ();
void set (bool value);
}
member SolveForDrag : bool with get, set
Property Value
Type:
BooleanSee Also