ScalarOccultationIlluminatingBody Property |
Gets or sets the body to use for the illuminating body (commonly the sun).
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public CentralBody IlluminatingBody { get; set; }
Public Property IlluminatingBody As CentralBody
Get
Set
public:
property CentralBody^ IlluminatingBody {
CentralBody^ get ();
void set (CentralBody^ value);
}
member IlluminatingBody : CentralBody with get, set
Property Value
Type:
CentralBodySee Also