AGI AgRadarPlugin 11Send comments on this topic.
InicidentBodyFixedVectorArray Property (IAgStkRadarRcsProcessSignalsParams)
See Also 
Windows






Windows & Linux

Description

Gets the incident body fixed vector 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 InicidentBodyFixedVectorArray() As System.Array
[C#]
public System.Array InicidentBodyFixedVectorArray {get;}
[Managed C++]
public: __property System::Array^ get_InicidentBodyFixedVectorArray();
[Unmanaged C++]
public: HRESULT get_InicidentBodyFixedVectorArray(
   SAFEARRAY ** ppRetVal
);
[Java]
public Object[] getInicidentBodyFixedVectorArray();

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.