Click or drag to resize

GM_LayerList_tIndexOf Method

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

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

Parameters

aLayer
Type: GlobalMapperGM_Layer_t
Layer object to check

Return Value

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