ScalarOccultation.OccludingBodies Property |
Gets a list of bodies which obscure the illuminating body.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic IList<CentralBody> OccludingBodies { get; }
Public ReadOnly Property OccludingBodies As IList(Of CentralBody)
Get
public:
property IList<CentralBody^>^ OccludingBodies {
IList<CentralBody^>^ get ();
}
member OccludingBodies : IList<CentralBody> with get
Property Value
Type:
IList<CentralBody>
See Also