Click or drag to resize

DocumentCollectionCopyTo Method

Copies the DocumentCollection from a specified position to a specified array.

Namespace: Easymap.AddIn
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public void CopyTo(
	Array array,
	int index
)

Parameters

array  Array
An empty array element.
index  Int32
Index in DocumentCollection at which the copy operation begins.

Implements

ICollectionCopyTo(Array, Int32)
See Also