Click or drag to resize

LTComponentCollectionCopyTo Method

Copies the LTComponentCollection 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(
	LTComponent[] array,
	int arrayIndex
)

Parameters

array  LTComponent
An empty array element.
arrayIndex  Int32
Index in LTComponentCollection at which the copy operation begins.

Implements

ICollectionTCopyTo(T, Int32)
See Also