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






Windows & Linux

Description

Gets the main lobe clutter velocity.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property MLCVelocity() As Double
[C#]
public double MLCVelocity {get;}
[Managed C++]
public: __property double get_MLCVelocity();
[Unmanaged C++]
public: HRESULT get_MLCVelocity(
   double * pRetVal
);
[Java]
public double getMLCVelocity();

Return Type

Returns the main lobe clutter velocity in m/s.

Remarks

The main lobe clutter velocity value is the average of the transmit and receive radar main lobe clutter velocity values.

 

mlcVelocity = (rcvRdrVelocity * cos(rcvRdrConeAngle) + xmtRdrVelocity * cos(xmtConeAngle)) / 2

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.