Table of Contents

map_GetMosaicTilesX

Description

Get the number of tiles in a mosaic in the x-direction.

Function prototype

long CExtAPI::map_GetMosaicTilesX(ZMAP hMap);

Arguments

Name Type Comment
hMap ZMAP A ZMAP handle to the map, for which the mosaic tile count in the x-direction is to be retrieved.

Return value

Zero if an error occurred or the map is not a mosaic, and greater than zero otherwise.

Comments

None.