AGI STK Objects 11 Send comments on this topic.
IAgGvExportTools Interface
Windows






Windows & Linux

Description

Interface used to define the export to data file options.

Object Model





Public Methods

Public Method GetAttitudeExportToolReturns the attitude export tool.
Public Method GetEphemerisStkBinaryExportToolAn Ephemeris file of the STK Binary ephemeris type for export.
Public Method GetEphemerisStkExportToolReturns the ephemeris export tool.
Public Method GetPropDefExportToolReturns the Prop Def export tool.

Example

Get the ground vehicle STK Ephemeris Export tool
[C#]Copy Code
IAgVeEphemerisStkExportTool stkEphem = groundVehicle.ExportTools.GetEphemerisStkExportTool(); 
 

Get the ground vehicle Attitude Export tool
[C#]Copy Code
IAgVeAttitudeExportTool attExTool = groundVehicle.ExportTools.GetAttitudeExportTool(); 
 

Get the ground vehicle Propagator Definition Export tool
[C#]Copy Code
IAgVePropDefExportTool attExTool = groundVehicle.ExportTools.GetPropDefExportTool(); 
 

Get the ground vehicle STK Ephemeris Export tool
[Visual Basic .NET]Copy Code
Dim stkEphem As IAgVeEphemerisStkExportTool = groundVehicle.ExportTools.GetEphemerisStkExportTool()

Get the ground vehicle Attitude Export tool
[Visual Basic .NET]Copy Code
Dim attExTool As IAgVeAttitudeExportTool = groundVehicle.ExportTools.GetAttitudeExportTool()

Get the ground vehicle Propagator Definition Export tool
[Visual Basic .NET]Copy Code
Dim attExTool As IAgVePropDefExportTool = groundVehicle.ExportTools.GetPropDefExportTool()

© 2018 Analytical Graphics, Inc. All Rights Reserved.