STK AgRadarPluginSend comments on this topic.
Closure Property (IAgStkRadarLinkGeometry)
See Also
Windows





Windows & Linux

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 * pClosure
);
[Java]
public double getClosure();

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

© 2024 Analytical Graphics, Inc. All Rights Reserved.