STK ObjectsSend comments on this topic.
FileFormat Property (IAgVeEphemerisCCSDSv2ExportTool)
See Also
Windows





Windows & Linux

Description

The file format that will be generated by the export tool.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FileFormat() As AgEEphemExportToolFileFormat
[C#]
public AgEEphemExportToolFileFormat FileFormat {get; set;}
[Managed C++]
public: __property AgEEphemExportToolFileFormat get_FileFormat();
public: __property void set_FileFormat( AgEEphemExportToolFileFormat );
[Unmanaged C++]
public: HRESULT get_FileFormat(
    AgEEphemExportToolFileFormat * pVal
);
public: HRESULT put_FileFormat(
    AgEEphemExportToolFileFormat FileFormat
);
[Java]
public AgEEphemExportToolFileFormat getFileFormat();
public void setFileFormat(
    AgEEphemExportToolFileFormat
);
[Python - STK API ]
@property
def FileFormat(self) -> "AgEEphemExportToolFileFormat":

@FileFormat.setter
def FileFormat(self, FileFormat:"AgEEphemExportToolFileFormat") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.