STK UtilSend comments on this topic.
QuerySphericalArray Method (IAgPosition)
See Also
Windows





Windows & Linux

Description

This method is similar to QuerySpherical but can be used by earlybound(c#, vb.net...) and latebound(scripting languages) clients. The array returns the values in the order Latitude(index 0), Longitude(index 1) and Radius(index 2).

Syntax

[Visual Basic .NET]
Public Function QuerySphericalArray() As System.Array
[C#]
public System.Array QuerySphericalArray();
[Managed C++]
public: System::Array QuerySphericalArray();
[Unmanaged C++]
public: HRESULT QuerySphericalArray(
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray querySphericalArray();
[Python - STK API ]
def QuerySphericalArray(self) -> list:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.