Rebar.RebarBandCollection.CopyTo Method
Copies the elements of this collection to a RebarBand array, starting at a particular Array index.
[Visual Basic]
Public Sub CopyTo( _
ByVal
array As
RebarBand(), _
ByVal
index As
Integer _
)
Parameters
-
array
- The one-dimensional RebarBand 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.RebarBandCollection Class | Skybound.Rebar Namespace