int tsmLoadDatabases ( TsmHandle *tsmh )

Load the Pyramid database

Documentation

Load the Pyramid database.

tsmLoadDatabases is a utility function to explicitly load the databases from their default locations. You should only need to call this if you must look at the databases before getting a Pyramid. This function used to also load the GeoPyramid database file, but this functionality has been removed as GeoPyramids are no longer used.

Returns:
TRUE if successful, FALSE if an error occurred
Parameters:
tsmh - the open TSM session handle
Author:
Yvan Leclerc
See Also:


TSMAPI_RELEASE 2.1 - Release Date: 2001/01/10 19:01:12

Back to tsmApi Home Page