Gets the radar link.
Read-only property
[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(); |
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.