STK ObjectsSend comments on this topic.
Export Method (IAgVeEphemerisCCSDSv2ExportTool)
See Also
FileName
Windows





Windows & Linux

Description

Exports the ephemeris file.

Syntax

[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:

Parameters

FileName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.