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