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






Windows & Linux

Description

Gets the receive radar cone angle.

Property type

Read-only property

Syntax

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

[C#]
public double ReceiveRadarConeAngle {get;}

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

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

[Java]
public double getReceiveRadarConeAngle();

Return Type

Returns the cone angle in radian units.

Remarks

The receive radar cone angle is the angle between the receive radar to target relative position vector and the receive radar velocity vector.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface