Click or drag to resize

GM_LayerList_tContains Method

Checks to see if the list contains the given layer

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

Parameters

aLayer
Type: GlobalMapper.TypesGM_Layer_t
Layer object to check

Return Value

Type: Boolean
True if it contains the layer False if it does not
See Also