AGI AgAccessConstraintPlugin 11 Send comments on this topic.
LatLonAlt_Array Method (IAgAccessConstraintPluginObjectData)
See Also 





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();

[Java]
public VariantArray latLonAlt_Array();

[Unmanaged C++]
public: HRESULT LatLonAlt_Array(
SAFEARRAY ** Array
);

Return Type

An array containing the current detic position

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1