Sgp4PropagatorSgp4EstimationInputBStarDragValue Property |
Gets or sets the value for the BSTAR drag value to use for the
Sgp4Elements.
If
SolveForDrag is false, this value of BSTAR will not be modified when solving
for the resulting elements. This is useful in cases where trying to solve for BSTAR may cause
instability in the least squares iterations. By default, this value is zero.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double BStarDragValue { get; set; }
Public Property BStarDragValue As Double
Get
Set
public:
property double BStarDragValue {
double get ();
void set (double value);
}
member BStarDragValue : float with get, set
Property Value
Type:
DoubleSee Also