ScalarOccultationOccludingBodies 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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
IListCentralBodySee Also