GM_Utility .MapCatalogCreate Method |
Creates a new map catalog layer for adding map layers to
Namespace:GlobalMapper
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

C#
Copy
public static GM_Layer_t MapCatalogCreate(
string aDescription,
GM_Projection_t aProj
)
Parameters
- aDescription
-
Type:
System
.
String
IN: Description to use for layer (can be NULL to use default) - aProj
-
Type:
GlobalMapper
.
GM_Projection_t
IN: Native projection of new layer (NULL for Geographic/WGS84/Arc Degrees)
Return Value
Type: GM_Layer_tCreated Layer
