AtmosphericDragForce.CoefficientOfDrag Property |
Gets or sets the drag coefficient of the object.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Scalar CoefficientOfDrag { get; set; }
Public Property CoefficientOfDrag As Scalar
Get
Set
public:
property Scalar^ CoefficientOfDrag {
Scalar^ get ();
void set (Scalar^ value);
}
member CoefficientOfDrag : Scalar with get, set
Property Value
Type:
Scalar
See Also