SelectedObjectCollectionCopyTo Method |
Copies the SelectedObjectCollection from a specified position to a specified array.
Namespace: Easymap.AddIn.CommonAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic void CopyTo(
WindowlessComponent[] array,
int arrayIndex
)
Public Sub CopyTo (
array As WindowlessComponent(),
arrayIndex As Integer
)
Parameters
- array WindowlessComponent
- An empty array element.
- arrayIndex Int32
- Index in SelectedObjectCollection at which the copy operation begins.
Implements
ICollectionTCopyTo(T, Int32)
See Also