Click or drag to resize

GM_LayerList_tRemoveAt Method

Remove the Layer at a given index

Namespace:  GlobalMapper.Types
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
public void RemoveAt(
	int index
)

Parameters

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