AGI STK Objects 11Send comments on this topic.
SaveToFile Method (IAgVeIntegratedAttitude)
See Also 
Filename
Windows






Windows & Linux

Description

Generates an external attitude file for a satellite by numerically integrating Euler's equations for the current satellite and save results to the specified file.

Syntax

[Visual Basic .NET]
Public Sub SaveToFile( _
   ByVal Filename As String _
) 
[C#]
public void SaveToFile(
   string Filename
);
[Managed C++]
public: void SaveToFile(
   String __gc ^ Filename
);
[Java]
public  saveToFile(
   String Filename
);
[Unmanaged C++]
public: HRESULT SaveToFile(
   BSTR Filename
);

Parameters

Filename

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.