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.0.0.0
Syntax
public void CopyTo(
	WindowlessComponent[] array,
	int arrayIndex
)

Parameters

array
Type: Easymap.AddIn.CommonWindowlessComponent
An empty array element.
arrayIndex
Type: SystemInt32
Index in SelectedObjectCollection at which the copy operation begins.

Implements

ICollectionTCopyTo(T, Int32)
See Also