STK ObjectsSend comments on this topic.
AddPosition Method (IAgVeRealtimeUTMPoints)
See Also
Time
ZoneStr
Easting
Northing
Alt
Windows





Windows & Linux

Description

Add an ephemeris point using position only. Valid values for <ZoneStr> are A, B, Y, Z or ddc, where 00<dd<61 and c is C-X. Easting, Northing and Alt are entered in Distance.

Syntax

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

Parameters

Time
ZoneStr
Easting
Northing
Alt

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.