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