NPlateAtmosphericDragForceDensity Property  | 
 
            Gets or sets the atmospheric model used to calculate density at the location of the 
TargetPoint.
            
 
    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