easymap office API-Reference
easymap office API-Reference
easymap office API-Reference
Easymap.AddIn
DocumentCollection Class
DocumentCollection Methods
Add Method
Clear Method
Contains Method
CopyTo Method
CreateDoc Method
CreateDocLicensed Method
CreateEmptyDoc Method
CreateRuntimeLicenseCollection Method
GetEnumerator Method
IndexOf Method
Insert Method
IsDocumentOpen Method
Remove Method
RemoveAt Method
DocumentCollection
CopyTo Method
Copies the
DocumentCollection
from a specified position to a specified array.
Namespace:
Easymap.AddIn
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax
C#
VB
Copy
public
void
CopyTo
(
Array
array
,
int
index
)
Public
Sub
CopyTo
(
array
As
Array
,
index
As
Integer
)
Parameters
array
Type:
System
Array
An empty array element.
index
Type:
System
Int32
Index in
DocumentCollection
at which the copy operation begins.
Implements
ICollection
CopyTo(Array, Int32)
See Also
Reference
DocumentCollection Class
Easymap.AddIn Namespace