Click or drag to resize

GM_LayerList_tIndexOf Method

Returns index of the given layer or -1 if not found

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

Parameters

aLayer
Type: GlobalMapper.TypesGM_Layer_t
Layer object to check

Return Value

Type: Int32
Index of the given layer or -1 if none found
See Also