DwfLayersList.CopyTo

DwfLayersList.CopyTo method

Copies the elements of DwfLayersList to an System.Array, starting at a particular System.Array index.

public void CopyTo(DwfWhipLayer[] array, int arrayIndex)
ParameterTypeDescription
arrayDwfWhipLayer[]the one-dimensional array that is the destination of the elements copied
arrayIndexInt32the zero-based index in array at which copying begins

See Also