NPlateAtmosphericDragForceIlluminatingBody Property |
Gets or sets the body that is used to determine the direction that solar panel plates face (typically, the Sun).
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.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