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






Windows & Linux

Description

Gets the latitude, longitude, and altitude 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 PositionLLAArray() As System.Array

[C#]
public System.Array PositionLLAArray {get;}

[Managed C++]
public: __property System::Array^ get_PositionLLAArray();

[Unmanaged C++]
public: HRESULT get_PositionLLAArray(
SAFEARRAY ** ppRetVal
);

[Java]
public Object[] getPositionLLAArray();

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface