Click or drag to resize

AttributeCollectionCopyTo Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public void CopyTo(
	Attribute[] array,
	int arrayIndex
)
Request Example View Source

Parameters

array
Type: netDxf.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