AGI STK Objects 11Send comments on this topic.
InsertPoint Method (IAgMtoTrackPointCollection)
See Also 
Time
Latitude
Longitude
Altitude
Windows






Windows & Linux

Description

Inserts a point into the track point collection. Uses the time to determine where the point should be inserted. This is slower than AddPoint, AddPoints or Extend.

Syntax

[Visual Basic .NET]
Public Sub InsertPoint( _
   ByVal Time As System.Object, _
   ByVal Latitude As Double, _
   ByVal Longitude As Double, _
   ByVal Altitude As Double _
) 
[C#]
public void InsertPoint(
   System.Object Time,
   double Latitude,
   double Longitude,
   double Altitude
);
[Managed C++]
public: void InsertPoint(
   VARIANT Time,
   double Latitude,
   double Longitude,
   double Altitude
);
[Java]
public  insertPoint(
   Variant Time,
   double Latitude,
   double Longitude,
   double Altitude
);
[Unmanaged C++]
public: HRESULT InsertPoint(
   VARIANT Time,
   double Latitude,
   double Longitude,
   double Altitude
);

Parameters

Time
Latitude
Longitude
Altitude

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.