EntityColorCollectionCopyTo Method

Copies the entire contents of this EntityColorCollection to a compatible one-dimensional array, starting at the specified index of the target array.
Namespace:  Teigha.Colors
Assembly:  TD_Mgd (in TD_Mgd.dll) Version: 21.4.0.0
Syntax
public void CopyTo(
        EntityColor[] array,
        int index
)

Parameters

array
Type: Teigha.ColorsEntityColor
The one-dimensional array that is the destination of the elements copied from the current collection.
index
Type: SystemInt32
The zero-based index in array at which copying begins.
See Also

©  Bricsys NV. All rights reserved.