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.
[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 ); |
[Unmanaged C++] |
---|
public: HRESULT InsertPoint( VARIANT Time, double Latitude, double Longitude, double Altitude ); |
- Time
- Latitude
- Longitude
- Altitude