STK ObjectsSend comments on this topic.
IAgGvExportTools Interface

Description

Interface used to define the export to data file options.

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#]
IAgVeEphemerisStkExportTool stkEphem = groundVehicle.ExportTools.GetEphemerisStkExportTool();
Get the ground vehicle Attitude Export tool
[C#]
IAgVeAttitudeExportTool attExTool = groundVehicle.ExportTools.GetAttitudeExportTool();
Get the ground vehicle Propagator Definition Export tool
[C#]
IAgVePropDefExportTool attExTool = groundVehicle.ExportTools.GetPropDefExportTool();
Get the ground vehicle STK Ephemeris Export tool
[Visual Basic .NET]
Dim stkEphem As IAgVeEphemerisStkExportTool = groundVehicle.ExportTools.GetEphemerisStkExportTool()
Get the ground vehicle Attitude Export tool
[Visual Basic .NET]
Dim attExTool As IAgVeAttitudeExportTool = groundVehicle.ExportTools.GetAttitudeExportTool()
Get the ground vehicle Propagator Definition Export tool
[Visual Basic .NET]
Dim attExTool As IAgVePropDefExportTool = groundVehicle.ExportTools.GetPropDefExportTool()
© 2024 Analytical Graphics, Inc. All Rights Reserved.