Table of Contents

zmap_GetTileCountX

Description

Get the number of tiles in the x-axis in a tiled (mosaic) map.

Files

Declaration Zeolite.h
Implementation Zeolite.cpp

Function prototype

long zmap_GetTileCountX(ZMAP hMap);

Arguments

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.

Return value

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

Comments

None.