GM_UtilityMapCatalogCreate Method |
Creates a new map catalog layer for adding map layers to
Namespace:
GlobalMapper
Assembly:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax public static GM_Layer_t MapCatalogCreate(
string aDescription,
GM_Projection_t aProj
)
Public Shared Function MapCatalogCreate (
aDescription As String,
aProj As GM_Projection_t
) As GM_Layer_t
public:
static GM_Layer_t^ MapCatalogCreate(
String^ aDescription,
GM_Projection_t^ aProj
)
Parameters
- aDescription
- Type: SystemString
IN: Description to use for layer (can be NULL to use default) - aProj
- Type: GlobalMapper.TypesGM_Projection_t
IN: Native projection of new layer (NULL for Geographic/WGS84/Arc Degrees)
Return Value
Type:
GM_Layer_tCreated Layer
See Also