Click or drag to resize

GM_LayerList_t Constructor (GM_Layer_t, Boolean)

Default Constructor makes empty list with a specific capacity

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

Parameters

aLayer
Type: GlobalMapperGM_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