STK AgAccessConstraintPluginSend comments on this topic.
LatLonAlt_Array Method (IAgAccessConstraintPluginObjectData)
See Also
Windows





Windows & Linux

Description

The detic latitude, detic longitude, and altitude of the object, returned as an array representing latitude, longitude, altitude. Altitude is measured wrt the central body ellispoid of the object. (eg. Earth uses WGS84)

Syntax

[Visual Basic .NET]
Public Function LatLonAlt_Array() As System.Array
[C#]
public System.Array LatLonAlt_Array();
[Managed C++]
public: System::Array LatLonAlt_Array();
[Unmanaged C++]
public: HRESULT LatLonAlt_Array(
    SAFEARRAY * * pArray
);
[Java]
public AgSafeArray latLonAlt_Array();

Return Type


An array containing the current detic position


See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.