Click or drag to resize

GM_LayerList_tContains Method

Checks to see if the list contains the given layer

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

Parameters

aLayer
Type: GlobalMapperGM_Layer_t
Layer object to check

Return Value

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