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






Windows & Linux

Description

Valid values for are A, B, Y, Z or ddc, where 00

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
);
[Java]
public  addPosition(
   Variant Time,
   String ZoneStr,
   double Easting,
   double Northing,
   double Alt
);
[Unmanaged C++]
public: HRESULT AddPosition(
   VARIANT Time,
   BSTR ZoneStr,
   double Easting,
   double Northing,
   double Alt
);

Parameters

Time
ZoneStr
Easting
Northing
Alt

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.