Click or drag to resize

GM_Layer_tCreateCustomVectorLayer Method

Creates a new custom layer for adding vector features to

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static GM_Layer_t CreateCustomVectorLayer(
	string aDescription,
	GM_Projection_t aProj
)

Parameters

aDescription
Type: SystemString
IN: Description to use for layer (can be NULL to use default)
aProj
Type: GlobalMapperGM_Projection_t
IN: Native projection of new layer

Return Value

Type: GM_Layer_t
A Custom Vector Layer
See Also