copy_to method

copy_to

Copies all elements from the collection to the specified array.

def copy_to(self, array, index):
    ...
ParameterTypeDescription
arrayList[IDrawingGuide]Target array.
indexintStarting index in the target array.

See Also