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





Description

Gets the transmit radar prop time.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property TransmitRadarPropTime() As Double

[C#]
public double TransmitRadarPropTime {get;}

[Managed C++]
public: __property double get_TransmitRadarPropTime();

[Unmanaged C++]
public: HRESULT get_TransmitRadarPropTime(
double * pRetVal
);

[Java]
public double getTransmitRadarPropTime();

Return Type

Returns the propagation time in seconds.

Remarks

The time it takes for a signal transmitted by the radar to reach the target.  Computed as the transmit 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