Attitude Targets.
  Add | Adds a new element to the collection. | 
  AddPositionAsTarget | Adds the specified LLA position to the collection of targets. Latitude param uses Latitude Dimension, Longitude param uses Longitude Dimension. Alt param uses Distance Dimension. | 
  Contains | Returns true if the collection contains the specified target. | 
  Remove | Removes the element using the object path. | 
  RemoveAll | Removes all elements from the collection. | 
  RemoveAt | Removes an element from the collection using specified index. | 
  AvailableTargets | Returns an array of available targets. | 
  Count | Returns the number of elements in a collection. | 
  Item | Given an index, returns an element in the collection. | 





