Click or drag to resize

GM_LayerList_tItem Property

Gets the layer at the selected index

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public GM_Layer_t this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
index of layer

Return Value

Type: GM_Layer_t
Returns the layer at the given index or null if index is out of range
See Also