Description
Interface used to define the export to data file options.
Public Methods
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()
|
|