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






Windows & Linux

Description

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 _
) As 
[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
);
[Java]
public void add(
    VARIANT Time,
    String 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
);

Parameters

Time
ZoneStr
Easting
Northing
Alt
LonRate
LatRate
AltRate

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.