Click or drag to resize

GM_LayerList_t Constructor (GM_LayerList_t, Boolean)

Constructor to make a List from an array of Layers

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public GM_LayerList_t(
	GM_LayerList_t theLayerList,
	bool isReadOnly = false
)

Parameters

theLayerList
Type: GlobalMapperGM_LayerList_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