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





Description

Interface used to define the export to data file options.

Object Model





Public Methods

Public Method GetAttitudeExportTool Returns the attitude export tool.
Public Method GetEphemerisStkBinaryExportTool An Ephemeris file of the STK Binary ephemeris type for export.
Public Method GetEphemerisStkExportTool Returns the ephemeris export tool.
Public Method GetPropDefExportTool Returns 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()

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1