Click or drag to resize

GM_LayerList_tInsert Method

Inserts at the given index pushing all succeeding items back

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

Parameters

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