ClientEventCollectionCopyTo Method |
Copies the entire ClientEventCollection values to a one-dimensional array of
ClientEvent, starting at the specified index of the target array.
Namespace:
Cadcorp.Web.UI.Util
Assembly:
Cadcorp.Web.UI (in Cadcorp.Web.UI.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic void CopyTo(
ClientEvent[] array,
int index
)
Public Sub CopyTo (
array As ClientEvent(),
index As Integer
)
Parameters
- array
- Type: Cadcorp.Web.UI.UtilClientEvent
The one-dimensional array of ClientEvent that is the destination of the elements copied from ClientEventCollection. The Array must have zero-based indexing. - index
- Type: SystemInt32
The zero-based index in array at which copying begins.
See Also