AtmosphericDragForce.Density 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
ScalarAtmosphericDensity
See Also