GM_Utility .MapCatalogAddFile Method |
Adds a new map to the map catalog from a file on disk
Namespace:GlobalMapper
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

C#
Copy
public static GM_Error_t32 MapCatalogAddFile(
GM_Layer_t aCatalogLayer,
string aFilename
)
Parameters
- aCatalogLayer
-
Type:
GlobalMapper
.
GM_Layer_t
IN: Handle to map catalog layer (either from loading or GM_CreateMapCatalog) - aFilename
-
Type:
System
.
String
IN: Filename of map to add to the catalog
Return Value
Type: GM_Error_t32A GM Error Code
