Skybound Rebar

RebarRow.RebarBandCollection.CopyTo Method 

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

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

Parameters

array
The one-dimensional RebarButton 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

RebarRow.RebarBandCollection Class | Skybound.Rebar Namespace