Exports the ephemeris file.
[Visual Basic .NET] |
---|
Public Sub Export( _ ByVal FileName As String _ ) |
[C#] |
---|
public void Export( string FileName ); |
[Managed C++] |
---|
public: void Export( String __gc ^ FileName ); |
[Unmanaged C++] |
---|
public: HRESULT Export( BSTR FileName ); |
[Java] |
---|
public void export( String FileName ); |
[Python - STK API ] |
---|
def Export(self, FileName:str) -> None: |
- FileName