PlutoBspEphemerisProviderPlutoSystemBarycenter Property |
Gets or sets a point representing the location of the barycenter
of the Pluto planetary system. Setting this point will also
cause the point in this class representing Charon 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 virtual Point PlutoSystemBarycenter { get; set; }
Public Overridable Property PlutoSystemBarycenter As Point
Get
Set
public:
virtual property Point^ PlutoSystemBarycenter {
Point^ get ();
void set (Point^ value);
}
abstract PlutoSystemBarycenter : Point with get, set
override PlutoSystemBarycenter : Point with get, set
Property Value
Type:
PointSee Also