ManifestTable.CopyTo Method

ManifestTableCopyTo Method

Copies the content of this table to an array.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void CopyTo(
	ModelComponent[] array,
	int arrayIndex
)
Public Sub CopyTo ( 
	array As ModelComponent(),
	arrayIndex As Integer
)

Parameters

array
Type: Rhino.DocObjectsModelComponent
The array to copy to.
arrayIndex
Type: SystemInt32
The position in the array from which to start copying.

Implements

ICollectionTCopyTo(T, Int32)
Version Information

Rhino for Windows

Supported in: 6.14
See Also