STK AgRadarPluginSend comments on this topic.
RadarLink Property (IAgStkRadarClutterMapComputeParams)
See Also
Windows





Windows & Linux

Description

Gets the radar link.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property RadarLink() As IAgStkRadarLink
[C#]
public IAgStkRadarLink RadarLink {get;}
[Managed C++]
public: __property IAgStkRadarLink ^ get_RadarLink();
[Unmanaged C++]
public: HRESULT get_RadarLink(
    IAgStkRadarLink ** ppRadarLink
);
[Java]
public IAgStkRadarLink getRadarLink();

Remarks

The radar link interface contains all of the geometry dependent data for the radar forward link (transmit radar to target) and return link (target to the receive radar). This includes the position and velocity of the transmit radar, target, and receive radar.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.