Click or drag to resize

GM_LayerList_tAdd Method

Adds a layer to the list

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public int Add(
	GM_Layer_t aLayer
)

Parameters

aLayer
Type: GlobalMapperGM_Layer_t
Layer Object to add

Return Value

Type: Int32
index of added layer
See Also