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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1