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





Description

Gets the closure.

Property type

Read-only property

Syntax

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

[C#]
public double Closure {get;}

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

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

[Java]
public double getClosure();

Return Type

Returns the closure value in m/s units.

Remarks

Closure is as the negative of the average range rate from the receive radar to the target and the transmit radar and the target.

 

closure = -(xmtRangeRate + rcvRangeRate) / 2

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1