Sgp4Propagator.Sgp4EstimationInput.SolveForDrag Property |
Gets or sets a value indicating whether to attempt to solve for the BSTAR drag value.
By default, this value is
true. If false, the system will use the
BStarDragValue.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
Boolean
See Also