Click or drag to resize

GM_LayerList_t Constructor (GM_Layer_t, Boolean)

Default Constructor makes empty list with a specific capacity

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 aLayer,
	bool isReadOnly = false
)

Parameters

aLayer
Type: GlobalMapper.TypesGM_Layer_t
The Layer to start the List with.
isReadOnly (Optional)
Type: SystemBoolean
Specifies whether or not the list will be read only
See Also