Click or drag to resize

GM_LayerList_t Constructor (Int32)

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(
	int Capacity = 8
)

Parameters

Capacity (Optional)
Type: SystemInt32
Number of Elements to initialize with
See Also