Table of Contents

zmap_GetHeight

Description

Get the number of pixels in the y-axis of the map.

Files

Declaration Zeolite.h
Implementation Zeolite.cpp

Function prototype

long zmap_GetHeight(ZMAP hMap);

Arguments

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

Return value

Zero if an error occurred or the map is uninitialised, and non-zero otherwise.

Comments

None.