DocumentNodeListBase T  InternalCopyTo Method TIBCO Spotfire 7.0 API Reference
Copies the elements to the array starting at the specified arrayIndex.

Namespace: Spotfire.Dxp.Framework.DocumentModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 18.10.8513.5432 (18.10.8513.5432)
Syntax

protected void InternalCopyTo(
	T[] array,
	int arrayIndex
)

Parameters

array
Type:  T 
The array to populate.
arrayIndex
Type: System Int32
Index to place the first element.
Version Information

Supported in: 7.0, 6.5, 6.0, 5.5, 5.0
See Also