| Table of Contents zproj_GetOrCreateMapDescriptionRetrieve a handle to a map layer in the application's project. If the map layer is not found in the project, the map layer is created. Files
 Function prototypeZMAP zproj_GetOrCreateMap(const char* lpMapName); Arguments
 Return value
Null if an error occurred, and a valid non-null  CommentsThis function first calls zproj_GetMap, and if that fails, calls zproj_CreateMap. Please refer to the reference pages for those functions for more information. Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Share Alike 3.0 Unported |