RhinoCommon API
ManifestTableCopyTo Method |
Copies the content of this table to an array.
Namespace: Rhino.FileIO
Assembly: RhinoCommon (in RhinoCommon.dll)
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.