Click or drag to resize

GM_LayerList_tInsert Method

Inserts at the given index pushing all succeeding items back

Namespace:  GlobalMapper.Types
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
public void Insert(
	int aIndex,
	GM_Layer_t aLayer
)

Parameters

aIndex
Type: SystemInt32
0 based location of the list to insert at
aLayer
Type: GlobalMapper.TypesGM_Layer_t
The Layer to Insert into
See Also