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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1