This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 414
e8e81a1e aa5f 0203 0af1 074d7b057d7b
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public void CopyTo(
Attribute[] array,
int arrayIndex
)
VB
Public Sub CopyTo (
array As Attribute(),
arrayIndex As Integer
)
C++
public:
void CopyTo(
array<Attribute^>^ array,
int arrayIndex
)
F#
member CopyTo :
array : Attribute[] *
arrayIndex : int -> unit
- Attribute[]
- The one-dimensional System.Array that is the destination of the elements copied from the collection. The System.Array must have zero-based indexing.
- Int32
- The zero-based index in array at which copying begins.