Click or drag to resize

GM_LayerList_t Constructor (GM_Layer_t, Boolean)

Constructor to make a List from an array of Layers

Namespace:  GlobalMapper.Types
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
public GM_LayerList_t(
	GM_Layer_t[] theLayerList,
	bool isReadOnly = false
)

Parameters

theLayerList
Type: GlobalMapper.TypesGM_Layer_t
The List of GM_Layer to create the GM_LayerList from
isReadOnly (Optional)
Type: SystemBoolean
Will this GM_LayerList be Read Only
See Also