Description:

Copies the content of this table to an array.

Syntax:
public void CopyTo(
ModelComponent[] array,
int arrayIndex
)
Parameters:
  • arrayIndex
  • Type: int
  • The position in the array from which to start copying.
Returns:
Type: void
Available since:
6.0

Nothing found