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: 11.2.0.0
Syntax
public void CopyTo(
	Array array,
	int index
)

Parameters

array
Type: SystemArray
An empty array element.
index
Type: SystemInt32
Index in DocumentCollection at which the copy operation begins.

Implements

ICollectionCopyTo(Array, Int32)
See Also