SolarSystemBarycenterCenterOfMassPoint Property |
Gets or sets a point describing the center of mass of this solar system.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Point CenterOfMassPoint { get; set; }
Public Property CenterOfMassPoint As Point
Get
Set
public:
property Point^ CenterOfMassPoint {
Point^ get ();
void set (Point^ value);
}
member CenterOfMassPoint : Point with get, set
Property Value
Type:
PointExceptions See Also