Nep097BspEphemerisProviderNeptuneSystemBarycenter Property |
Gets or sets a point representing the location of the barycenter
of the Neptune planetary system. Setting this point will also
cause the points in this class representing Neptune and Triton to
be modeled as orbiting this updated point.
Namespace:
AGI.Foundation.Spice
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public override Point NeptuneSystemBarycenter { get; set; }
Public Overrides Property NeptuneSystemBarycenter As Point
Get
Set
public:
virtual property Point^ NeptuneSystemBarycenter {
Point^ get () override;
void set (Point^ value) override;
}
abstract NeptuneSystemBarycenter : Point with get, set
override NeptuneSystemBarycenter : Point with get, set
Property Value
Type:
PointSee Also