AtmosphericAttenuationModelItuRP676Version10CentralBody Property |
Gets the model's central body.
Namespace:
AGI.Foundation.Communications.SignalPropagation
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public CentralBody CentralBody { get; }
Public ReadOnly Property CentralBody As CentralBody
Get
public:
property CentralBody^ CentralBody {
CentralBody^ get ();
}
member CentralBody : CentralBody with get
Property Value
Type:
CentralBodyRemarks
This property will always return the Earth
CentralBody returned from the
GetFromContext method and can not be overridden.
The ITU-R P.676 model is a model of the Earth's atmosphere.
See Also