STK ObjectsSend comments on this topic.
IAgMtoTrackPointCollection Interface

Description

MTO track point list.

Public Methods

Public Method AddAdds a new element to the collection. Time uses DateFormat Dimension.
Public Method AddPointAdds 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 ExtendExtends the track with the specified point data.
Public Method InsertPointInserts 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 LoadPointsLoads MTO track points.
Public Method RemoveAllRemoves all elements from the collection.
Public Method RemoveAtRemoves an element from the collection using a specified index.

Public Properties

Public Property CountReturns the number of elements in a collection.
Public Property ItemGiven an index, returns an element in the collection.
Public Property RecyclingRecycling is used for optimizing performance in iterative modification or addition of elements in a particular collection (see Remarks section for this property).
© 2024 Analytical Graphics, Inc. All Rights Reserved.