UsafGeneralPerturbationElementsBallisticCoefficient Property  | 
 
            Gets or sets the ballistic coefficient or the area times
            the drag coefficient divided by the mass. This value has
            the units of m^2/kg.
            
 
    Namespace: 
   AGI.Foundation.Propagators
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double BallisticCoefficient { get; set; }Public Property BallisticCoefficient As Double
	Get
	Set
public:
property double BallisticCoefficient {
	double get ();
	void set (double value);
}member BallisticCoefficient : float with get, set
Property Value
Type: 
Double
See Also