SphericalHarmonicGravity.TargetPoint Property |
Gets or sets the target point at which to measure the gravitational acceleration.
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