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





Description

Gets the transmit radar cone angle.

Property type

Read-only property

Syntax

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

[C#]
public double TransmitRadarConeAngle {get;}

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

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

[Java]
public double getTransmitRadarConeAngle();

Return Type

Returns the cone angle in radian units.

Remarks

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

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1