Click or drag to resize

GM_LayerList_tRemove Method

Removes a given Layer

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

Parameters

aLayer
Type: GlobalMapper.TypesGM_Layer_t
The Layer to Remove from the list
See Also