AGI STK Objects 11Send comments on this topic.
VersionFormat Property (IAgVeEphemerisStkBinaryExportTool)
See Also 
Windows






Windows & Linux

Description

Provides the option to generate files compatible with prior versions of STK.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property VersionFormat() As AgEExportToolVersionFormat
[C#]
public AgEExportToolVersionFormat VersionFormat {get; set;}
[Managed C++]
public: __property AgEExportToolVersionFormat get_VersionFormat();
public: __property void set_VersionFormat(
   AgEExportToolVersionFormat
);
[Unmanaged C++]
public: HRESULT get_VersionFormat(
   AgEExportToolVersionFormat * pRetVal
);
public: HRESULT put_VersionFormat(
   AgEExportToolVersionFormat NewVersionFormat
);
[Java]
public AgEExportToolVersionFormat getVersionFormat();public void setVersionFormat(
   AgEExportToolVersionFormat
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.