STK ObjectsSend comments on this topic.
AddPosition Method (IAgVeRealtimeLLAPoints)
See Also
Time
Lat
Lon
Alt
Windows





Windows & Linux

Description

Adds an ephemeris point without velocity. Epoch uses DateFormat dimension. Lat uses Latitude dimension. Lon uses Longitude dimension. Alt uses Distance dimension.

Syntax

[Visual Basic .NET]
Public Sub AddPosition( _
    ByVal Time As System.Object, _
    ByVal Lat As Double, _
    ByVal Lon As Double, _
    ByVal Alt As Double _
)
[C#]
public void AddPosition(
    System.Object Time,
    double Lat,
    double Lon,
    double Alt
);
[Managed C++]
public: void AddPosition(
    VARIANT Time,
    double Lat,
    double Lon,
    double Alt
);
[Unmanaged C++]
public: HRESULT AddPosition(
    VARIANT Time,
    double Lat,
    double Lon,
    double Alt
);
[Java]
public void addPosition(
    AgVariant Time,
    double Lat,
    double Lon,
    double Alt
);
[Python - STK API ]
def AddPosition(self, Time:typing.Any, Lat:float, Lon:float, Alt:float) -> None:

Parameters

Time
Lat
Lon
Alt

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.