====== project_CreateMap ====== ===== Description ===== Create a new map layer in the application's project, and retrieve the handle. ===== Function prototype ===== ZMAP CExtAPI::project_CreateMap(const char* lpMapName); ===== Arguments ===== ^ Name ^ Type ^ Comment ^ | //lpMapName// | const char* | A handle to a C-style string containing the name or mnemonic for the new map layer. | ===== Return value ===== Null if an error occurred, and a valid non-null ZMAP handle otherwise. ===== Comments ===== None.