EarthCentralBodyCenterOfMassPoint 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.2.423.0 (25.2.423.0)
Syntaxpublic override Point CenterOfMassPoint { get; set; }Public Overrides Property CenterOfMassPoint As Point
Get
Set
public:
virtual property Point^ CenterOfMassPoint {
Point^ get () override;
void set (Point^ value) override;
}abstract CenterOfMassPoint : Point with get, set
override CenterOfMassPoint : Point with get, set
Property Value
Type:
Point
Exceptions| Exception | Condition |
|---|
| ArgumentNullException |
Thrown when value is .
|
Remarks
Setting this property will also set the origin of all of the reference frames.
See Also