Version (ITEVersionInfo80)
This interface returns information about the version of TerraExplorer that the current Fly file was saved in.
|
Properties |
|
|
Gets the third number in the version number. |
|
|
Gets the number in parenthesis in the version number. |
|
|
Gets the first number in the version number. |
|
|
Gets the second number in the version number. |
|
|
Gets the application in the TerraExplorer family that is being used: TerraExplorer Pro, TerraExplorer Plus or TerraExplorer Viewer. |
Build
Gets the third number in the version number.
JavaScript |
|
Build |
C# |
|
int Build { get; } |
C++ |
|
HRESULT Build([out, retval] long* pVal) |
Freeze
Gets the number in parenthesis in the version number. Fly files created by versions older than v6 will return -1 in the freeze number.
JavaScript |
|
Freeze |
C# |
|
int Freeze { get; } |
C++ |
|
HRESULT Freeze([out, retval] long* pVal) |
Major
Gets the first number in the version number.
JavaScript |
|
Major |
C# |
|
int Major { get; } |
C++ |
|
HRESULT Major([out, retval] long* pVal) |
Minor
Gets the second number in the version number.
JavaScript |
|
Minor |
C# |
|
int Minor { get; } |
C++ |
|
HRESULT Minor([out, retval] long* pVal) |
Type
Gets the application in the TerraExplorer family that is being used: TerraExplorer Pro, TerraExplorer Plus or TerraExplorer Viewer.
JavaScript |
|
Type |
C# |
|
VersionType Type { get; } |
C++ |
|
HRESULT Type([out, retval] TEVersionType* pVal) |
The following are the possible values for this property:
§ TEVT_PRO = 0,
§ TEVT_PLUS = 1
§ TEVT_VIEWER = 2
§ TEVT_UNKNOWN = -1