Table of Contents

format_IsMosaic

Description

Determine whether a file format supports mosaic maps.

Function prototype

bool CExtAPI::format_IsMosaic(ZFORMAT hFormat);

Arguments

Name Type Comment
hFormat ZFORMAT A handle to a file format, of which the mosaic support is to be ascertained.

Return value

False if:

True otherwise.

Comments

None.