Click or drag to resize

GM_FoundFeatureCollection_tCopyTo Method

Copies array of found features to generic Array

Namespace:  GlobalMapper.Types
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
public void CopyTo(
	Array array,
	int index
)

Parameters

array
Type: SystemArray
Destination Array
index
Type: SystemInt32
Index to start at in destination Array

Implements

ICollectionCopyTo(Array, Int32)
See Also