AGI STK Objects 11 Send comments on this topic.
IAgMtoTrackPointCollection Collection

Description

MTO track point list.

Object Model

Public Methods

Public Method Add Adds a new element to the collection. Time uses DateFormat Dimension.
Public Method AddPoint Adds a new element to the collection using specified point data. Time uses DateFormat Dimension. Latitude/Longitude use Angle Dimension. Altitude uses Distance Dimension.
Public Method Extend Extends the track with the specified point data.
Public Method InsertPoint 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.
Public Method LoadPoints Loads MTO track points.
Public Method RemoveAll Removes all elements from the collection.
Public Method RemoveAt Removes an element from the collection using a specified index.

Public Properties

Public Property Count Returns the number of elements in a collection.
Public Property Item Given an index, returns an element in the collection.
Public Property Recycling Recycling is used for optimizing performance in iterative modification or addition of elements in a particular collection (see Remarks section for this property).
© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1