Click or drag to resize

HighlightedObjectCollectionCopyTo Method

Copies the SelectedObjectCollection from a specified position to a specified array.

Namespace: Easymap.AddIn.Common
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public void CopyTo(
	WindowlessComponent[] array,
	int arrayIndex
)

Parameters

array  WindowlessComponent
An empty array element.
arrayIndex  Int32
Index in SelectedObjectCollection at which the copy operation begins.

Implements

ICollectionTCopyTo(T, Int32)
See Also