PlanetarySystemBarycenterCenterOfMassPoint Property |
Gets or sets a point describing the center of mass of this planetary system.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic 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:
Point
Exceptions
See Also