Get the number of tiles in the x-axis in a tiled (mosaic) map.
| Declaration | Zeolite.h | 
|---|---|
| Implementation | Zeolite.cpp | 
long zmap_GetTileCountX(ZMAP hMap);
| Name | Type | Comment | 
|---|---|---|
| hMap | ZMAP | A ZMAP handle to the map, for which the mosaic tile count in the x-axis is to be retrieved. | 
Zero if an error occurred or the map is not a mosaic, and greater than zero otherwise.
None.