Click or drag to resize

LinkRefractedGetReceiverDisplacementRelativeToTransmitter Method

Gets a displacement vector that represents the refracted displacement to the Receiver as observed by the Transmitter.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public VectorDisplacement GetReceiverDisplacementRelativeToTransmitter()

Return Value

Type: VectorDisplacement
The displacement vector.

Implements

ILinkServiceGetReceiverDisplacementRelativeToTransmitter
Exceptions
ExceptionCondition
PropertyInvalidException Thrown when UnrefractedLink or AtmosphericRefractionModel is .
ServiceNotAvailableException Thrown when UnrefractedLink does not provide the ILinkService service.
See Also