E57 Foundation API v1.1.312  Aug. 10, 2011
void getVersions ( int &  astmMajor,
int &  astmMinor,
ustring libraryId 
)

Get the version of ASTM E57 standard that the API implementation supports, and library id string.

Parameters:
[out]astmMajorThe major version number of the ASTM E57 standard supported.
[out]astmMinorThe minor version number of the ASTM E57 standard supported.
[out]libraryIdA string identifying the implementation of the API.

Since the E57 Foundation Implementation may be dynamically linked underneath the Foundation API, the version string for the implementation and the ASTM version that it supports can't be determined at compile-time. This function returns these identifiers from the underlying implementation.

Exceptions:
NoE57Exceptions.
See also:
Versions.cpp example, E57Utilities::E57Utilities
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines