File3dmViewTableCopyTo Method |
Copies the content of the table to an array.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax public void CopyTo(
ViewInfo[] array,
int arrayIndex
)
Public Sub CopyTo (
array As ViewInfo(),
arrayIndex As Integer
)
Parameters
- array
- Type: Rhino.DocObjectsViewInfo
[Missing <param name="array"/> documentation for "M:Rhino.FileIO.File3dmViewTable.CopyTo(Rhino.DocObjects.ViewInfo[],System.Int32)"]
- arrayIndex
- Type: SystemInt32
[Missing <param name="arrayIndex"/> documentation for "M:Rhino.FileIO.File3dmViewTable.CopyTo(Rhino.DocObjects.ViewInfo[],System.Int32)"]
Implements
ICollectionTCopyTo(T, Int32)See Also