STK AgRadarPluginSend comments on this topic.
Tgt2XmtRdrRelPosCBFCartesianArray Property (IAgStkRadarLinkGeometry)
See Also
Windows





Windows & Linux

Description

Gets the central body fixed relative position vector from the target to the transmit radar as an array of length 3 where the x component is array(0), y component is array(1), and z component is array(2). All values in meters.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Tgt2XmtRdrRelPosCBFCartesianArray() As System.Array
[C#]
public System.Array Tgt2XmtRdrRelPosCBFCartesianArray {get;}
[Managed C++]
public: __property System::Array get_Tgt2XmtRdrRelPosCBFCartesianArray();
[Unmanaged C++]
public: HRESULT get_Tgt2XmtRdrRelPosCBFCartesianArray(
    SAFEARRAY * * ppArray
);
[Java]
public AgSafeArray getTgt2XmtRdrRelPosCBFCartesianArray();

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.