CraneRainAttenuationModel.CentralBody Property |
Gets the model's central body.
Namespace:
AGI.Foundation.Communications.SignalPropagation
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic CentralBody CentralBody { get; }
Public ReadOnly Property CentralBody As CentralBody
Get
public:
property CentralBody^ CentralBody {
CentralBody^ get ();
}
member CentralBody : CentralBody with get
Property Value
Type:
CentralBody
Remarks
This property will always return the Earth
CentralBody returned from the
GetFromContext() method and can not be overridden.
The Crane rain attenuation model is a model of the Earth's atmosphere.
See Also