Namespace:
Rhino
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void CopyTo(
int[] array,
int arrayIndex
)
Public Sub CopyTo (
array As Integer(),
arrayIndex As Integer
)
Parameters
- array
- Type: SystemInt32
The one-dimensional Array that is the destination of the elements copied
from IndexPair.
The Array must have zero-based indexing. - arrayIndex
- Type: SystemInt32
The zero-based index in array at which copying begins.
Implements
ICollectionTCopyTo(T, Int32)
Exceptions
Version InformationRhino for Windows
Supported in: 6.8
See Also