AGI AgRadarPlugin 11Send comments on this topic.
ReceiveRadarPropTime Property (IAgStkRadarLinkGeometry)
See Also 
Windows






Windows & Linux

Description

Gets the receive radar prop time.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property ReceiveRadarPropTime() As Double
[C#]
public double ReceiveRadarPropTime {get;}
[Managed C++]
public: __property double get_ReceiveRadarPropTime();
[Unmanaged C++]
public: HRESULT get_ReceiveRadarPropTime(
   double * pRetVal
);
[Java]
public double getReceiveRadarPropTime();

Return Type

Returns the propagation time in seconds.

Remarks

The time it takes for a signal reflected by the target to reach the receive radar.  Computed as the receive radar to target range divided by the speed of light.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.