Click or drag to resize

GM_LayerList_tAdd Method

Adds a layer to the list

Namespace:  GlobalMapper.Types
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
public int Add(
	GM_Layer_t aLayer
)

Parameters

aLayer
Type: GlobalMapper.TypesGM_Layer_t
Layer Object to add

Return Value

Type: Int32
index of added layer
See Also