| CentralBodyCenterOfMassPoint Property  | 
 
            Gets or sets a point describing the center of mass of this central body.
            
 
    Namespace: 
   AGI.Foundation.Celestial
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic abstract Point CenterOfMassPoint { get; set; }Public MustOverride Property CenterOfMassPoint As Point
	Get
	Set
public:
virtual property Point^ CenterOfMassPoint {
	Point^ get () abstract;
	void set (Point^ value) abstract;
}abstract CenterOfMassPoint : Point with get, set
Property Value
Type: 
Point Exceptions
Exceptions See Also
See Also