Table of Contents

zmap_GetMosaicFlag

Description

Get the mosaic flag for a map, which states whether it is tiled or not.

Files

Declaration Zeolite.h
Implementation Zeolite.cpp

Function prototype

bool zmap_GetMosaicFlag(ZMAP hMap);

Arguments

Name Type Comment
hMap ZMAP A ZMAP handle to the map, the mosaic flag of which is to be retrieved.

Return value

True if:

False otherwise.

Comments

None.