PointCentralBodyProjectionCentralBody Property |
Gets or sets the central body that the point will be projected on to.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic CentralBody CentralBody { get; set; }
Public Property CentralBody As CentralBody
Get
Set
public:
property CentralBody^ CentralBody {
CentralBody^ get ();
void set (CentralBody^ value);
}
member CentralBody : CentralBody with get, set
Property Value
Type:
CentralBody
See Also