STK AgAccessConstraintPluginSend comments on this topic.
LatLonAlt Method (IAgAccessConstraintPluginObjectData)
See Also
Latitude
Detic latitude of the current position.
Longitude
Detic longitude of the current position.
Altitude
Detic altitude of the current position.
Windows





Windows & Linux

Description

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

Syntax

[Visual Basic .NET]
Public Sub LatLonAlt( _
    ByRef Latitude As Double, _
    ByRef Longitude As Double, _
    ByRef Altitude As Double _
)
[C#]
public void LatLonAlt(
    ref double Latitude,
    ref double Longitude,
    ref double Altitude
);
[Managed C++]
public: void LatLonAlt(
    double ^ Latitude,
    double ^ Longitude,
    double ^ Altitude
);
[Unmanaged C++]
public: HRESULT LatLonAlt(
    double * Latitude,
    double * Longitude,
    double * Altitude
);

Parameters

Latitude
Detic latitude of the current position.
Longitude
Detic longitude of the current position.
Altitude
Detic altitude of the current position.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.