Gets or sets the file format that will be generated by the export tool.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property FileFormat() As AgEEphemExportToolFileFormat |
| [C#] |
|---|
public AgEEphemExportToolFileFormat FileFormat {get; set;} |
| [Managed C++] |
|---|
public: __property AgEEphemExportToolFileFormat get_FileFormat(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEEphemExportToolFileFormat getFileFormat(); public void setFileFormat( AgEEphemExportToolFileFormat ); |
[Python - STK API ] |
|---|
@property def FileFormat(self) -> "AgEEphemExportToolFileFormat": @FileFormat.setter def FileFormat(self, FileFormat:"AgEEphemExportToolFileFormat") -> None: |






