AtmosphericDragForceDensity Property |
Gets or sets the object which calculates density at the object's location,
note that this
ScalarAtmosphericDensity also holds the central body and position data.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ScalarAtmosphericDensity Density { get; set; }
Public Property Density As ScalarAtmosphericDensity
Get
Set
public:
property ScalarAtmosphericDensity^ Density {
ScalarAtmosphericDensity^ get ();
void set (ScalarAtmosphericDensity^ value);
}
member Density : ScalarAtmosphericDensity with get, set
Property Value
Type:
ScalarAtmosphericDensitySee Also