ScalarOccultation.IlluminatingBody 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
CentralBody
See Also