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





Description

Interface for drop lines from the vehicle's orbit or trajectory.

Object Model

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.

Example

Display droplines in 3D Window
[MATLAB] Copy Code
% IAgSatellite satellite: Satellite object 
orbitDroplines = satellite.VO.DropLines.Orbit; 
wgs84 = orbitDroplines.Item(0); %   Droplines to WGS84 surface 
wgs84.IsVisible = true; 
wgs84.LineWidth = 1; 
wgs84.Use2DColor = false; 
wgs84.Color = 255;  %red 
 
 
© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1