Click or drag to resize

AttributeCollectionCopyTo Method

Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public void CopyTo(
	Attribute[] array,
	int arrayIndex
)

Parameters

array
Type: DXFReaderNET.EntitiesAttribute
The one-dimensional System.Array that is the destination of the elements copied from the collection. The System.Array must have zero-based indexing.
arrayIndex
Type: SystemInt32
The zero-based index in array at which copying begins.
See Also