Click or drag to resize

GM_LayerList_tRemoveAt Method

Remove the Layer at a given index

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public void RemoveAt(
	int index
)

Parameters

index
Type: SystemInt32
The index location to remove at
See Also