MarsBspEphemerisProviderMarsSystemBarycenter Property  | 
 
            Gets or sets a point representing the location of the barycenter
            of the Mars planetary system. Setting this point will also
            cause the points in this class representing Mars 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 Point MarsSystemBarycenter { get; set; }Public Property MarsSystemBarycenter As Point
	Get
	Set
public:
property Point^ MarsSystemBarycenter {
	Point^ get ();
	void set (Point^ value);
}member MarsSystemBarycenter : Point with get, set
Property Value
Type: 
Point
See Also