Skybound Rebar

Rebar.RebarRowCollection.CopyTo Method 

Copies the elements of this collection to a RebarRow array, starting at a particular Array index.

[Visual Basic]
Public Sub CopyTo( _
   ByVal array As RebarRow(), _
   ByVal index As Integer _
)
[C#]
public void CopyTo(
   RebarRow[] array,
   int index
);

Parameters

array
The one-dimensional RebarRow array that is the destination of the elements copied from the collection.
index
The zero-based index in array at which copying begins.

See Also

Rebar.RebarRowCollection Class | Skybound.Rebar Namespace