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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1