FormFix v6.0 for .NET - Updated
CopyTo Method (OmrBubbleModelCollection)



Accusoft.FormFixSdk Namespace > OmrBubbleModelCollection Class : CopyTo Method
Contains an array that receives the elements of the collection.
Contains the zero-based index in array where this method starts copying the collection.
Copies all elements of the collection to the specified array, beginning at the specified index in the array.
Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As OmrBubbleModel, _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As OmrBubbleModelCollection
Dim array() As OmrBubbleModel
Dim index As Integer
 
instance.CopyTo(array, index)
public void CopyTo( 
   OmrBubbleModel[] array,
   int index
)
public:
void CopyTo( 
   array<OmrBubbleModel^>^ array,
   int index
) 

Parameters

array
Contains an array that receives the elements of the collection.
index
Contains the zero-based index in array where this method starts copying the collection.
Remarks
This method implements a standard collection operation. It copies elements from this collection to the given array in order, starting at element 0 in this collection. It places the elements into the array starting at the given zero-based index. This method will stop copying elements when it reaches the end of the collection or the end of the array.
See Also

Reference

OmrBubbleModelCollection Class
OmrBubbleModelCollection Members

Is this page helpful?
Yes No
Thanks for your feedback.