Gets the central body fixed relative position vector from the transmit radar to the target 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.
Read-only property
[Visual Basic .NET] |
---|
Public Property XmtRdr2TgtRelPosCBFCartesianArray() As System.Array |
[C#] |
---|
public System.Array XmtRdr2TgtRelPosCBFCartesianArray {get;} |
[Managed C++] |
---|
public: __property System::Array get_XmtRdr2TgtRelPosCBFCartesianArray(); |
[Unmanaged C++] |
---|
public: HRESULT get_XmtRdr2TgtRelPosCBFCartesianArray( SAFEARRAY * * ppArray ); |
[Java] |
---|
public AgSafeArray getXmtRdr2TgtRelPosCBFCartesianArray(); |