STK ObjectsSend comments on this topic.
Add Method (IAgVeRealtimeUTMPoints)
See Also
Time
ZoneStr
Easting
Northing
Alt
LonRate
LatRate
AltRate
Windows





Windows & Linux

Description

Add an ephemeris point. 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. LonRate and LatRate are entered in degrees/second. AltRate is entered in Distance/second.

Syntax

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

Parameters

Time
ZoneStr
Easting
Northing
Alt
LonRate
LatRate
AltRate

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.