ScalarAtmosphericDensityTargetPoint Property  | 
 
            Gets or sets the target point describing the time-varying position at which density is
            to be calculated.
            
 
    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; set; }Public Property TargetPoint As Point
	Get
	Set
public:
property Point^ TargetPoint {
	Point^ get ();
	void set (Point^ value);
}member TargetPoint : Point with get, set
Property Value
Type: 
Point
See Also