ArcFM Desktop Developer Guide
CopyTo Method (DockControlPaneCollection)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The target array to be filled.
The zero-based index in the target array at which copying begins.
Copies the items in this collection into an array.
Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As DockControlPane, _
   ByVal arrayIndex As Integer _
) 
'Usage
 
Dim instance As DockControlPaneCollection
Dim array() As DockControlPane
Dim arrayIndex As Integer
 
instance.CopyTo(array, arrayIndex)
public void CopyTo( 
   DockControlPane[] array,
   int arrayIndex
)

Parameters

array
The target array to be filled.
arrayIndex
The zero-based index in the target array at which copying begins.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DockControlPaneCollection Class
DockControlPaneCollection Members

 

 


Send Comment