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





Description

Satellite 2D Graphics properties.

Object Model














Public Methods

Public Method IsAttributesTypeSupported Gets a value indicating whether the specified type can be used
Public Method SetAttributesType Sets the attributes type.

Public Properties

Public Property Attributes Get the satellite's 2D Graphics Attributes.
Public Property AttributesSupportedTypes Returns an array of valid choices.
Public Property AttributesType Type of 2D Graphics attributes: basic, access intervals or custom intervals.
Public Property ElevContours Get the satellite's Elevation Contours properties.
Public Property GroundEllipses Get the satellite's Ground Ellipses properties.
Public Property GroundTrackCentralBodyDisplay Gets the ground track display central bodies.
Public Property IsObjectGraphicsVisible Specify whether graphics attributes of the satellite are visible.
Public Property LabelName The user-specified name to use as a label for the satellite.
Public Property LabelNotes Notes attached to the object and displayed in the 2D and 3D Graphics windows.
Public Property Lighting Get the satellite's Lighting properties.
Public Property PassData Get the leading/trailing ground track and orbit settings of the satellite's Pass properties.
Public Property Passes Get the pass display settings of the satellite's Pass properties.
Public Property RangeContours Get the satellite's Range Contours properties.
Public Property Resolution Get the path resolution settings of the satellite's Pass properties.
Public Property SAA Get the satellite's South Atlantic Anomaly Contour properties.
Public Property Swath Get the satellite's Swath properties.
Public Property TimeEvents Get the satellite's TimeEvents properties.
Public Property UseInstNameLabel Specify whether to use the name of the satellite (as shown in the Object Browser) as its label.

Example

Change the Display Label of the vehicle
[MATLAB] Copy Code
% IAgSatellite satellite: Satellite object 
satellite.Graphics.UseInstNameLabel = false; 
satellite.Graphics.LabelName = 'Matlab Satellite'; 
 
 
© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1