AtmosphericDragForceTargetPoint Property  | 
 
            Gets the point at which the drag is applied from the 
TargetPoint of the 
Density.
            If the 
Density property is 
, then this property will also return 
.
            
 
    Namespace: 
   AGI.Foundation.Celestial
    Assembly:
   AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Point TargetPoint { get; }Public ReadOnly Property TargetPoint As Point
	Get
public:
property Point^ TargetPoint {
	Point^ get ();
}member TargetPoint : Point with get
Property Value
Type: 
Point
See Also