Visual Basic (Declaration) | |
---|---|
Public Sub CopyTo( _ ByVal array() As Single, _ ByVal arrayIndex As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DetachmentCollection Dim array() As Single Dim arrayIndex As Integer instance.CopyTo(array, arrayIndex) |
C# | |
---|---|
public void CopyTo( float[] array, int arrayIndex ) |
Parameters
- array
- One-dimension array that is the destination of the Single values copied from the collection.
- arrayIndex
- Zero-based index in array at which copying begins.
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6