LifetimeOrbitPropagatorDragCrossSectionalArea Property |
Gets or sets the mean area of the satellite which is presented perpendicular to the relative velocity
of the atmosphere and produces drag. The area is measured in square meters and is often different
from the area used for reflectivity.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double DragCrossSectionalArea { get; set; }
Public Property DragCrossSectionalArea As Double
Get
Set
public:
property double DragCrossSectionalArea {
double get ();
void set (double value);
}
member DragCrossSectionalArea : float with get, set
Property Value
Type:
DoubleSee Also