AGI STK Objects 11Send comments on this topic.
VersionFormat Property (IAgVeAttitudeExportTool)
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 * pVal
);
public: HRESULT put_VersionFormat(
    AgEExportToolVersionFormat Version
);
[Java]
public AgEExportToolVersionFormat getVersionFormat();
public void setVersionFormat(
    AgEExportToolVersionFormat
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.