AGI STK Objects 11 Send comments on this topic.
IAgVeGfxSwath Interface





Description

Vehicle swath interface.

Object Model


Public Methods

Public Method IsElevationTypeSupported Gets a value indicating whether the specified type can be used.
Public Method SetElevationType Method to set the elevation type.

Public Properties

Public Property Elevation Get the elevation value.
Public Property ElevationSupportedTypes Returns an array of valid choices.
Public Property ElevationType Ground elevation, swath half width or vehicle half angle.
Public Property Options Options for swath display.

Example

Set 2D Swath
[MATLAB] Copy Code
% IAgSatellite satellite: Satellite object 
%Set swath in the 2D properties 
swath = satellite.Graphics.Swath; 
swath.SetElevationType('eElevationGroundElevation'); 
swath.Elevation.Angle = 30;  % deg 
satellite.Graphics.Swath.Options = 'eOptionsEdgeLimits'; 
 
 
© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1