AGI AgRadarPlugin 11Send comments on this topic.
SurfaceNormalCentricArray Property (IAgStkRadarPosVelProvider)
See Also 
Windows






Windows & Linux

Description

Gets the central body centric surface normal 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).   The surface normal is computed for the current latitude and longitude.  All values in meters.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property SurfaceNormalCentricArray() As System.Array
[C#]
public System.Array SurfaceNormalCentricArray {get;}
[Managed C++]
public: __property System::Array^ get_SurfaceNormalCentricArray();
[Unmanaged C++]
public: HRESULT get_SurfaceNormalCentricArray(
   SAFEARRAY ** ppRetVal
);
[Java]
public Object[] getSurfaceNormalCentricArray();

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.