CopyTo

DrawingGuidesCollection.CopyTo method

Copies all elements from the collection to the specified array.

public void CopyTo(IDrawingGuide[] array, int index)
ParameterTypeDescription
arrayIDrawingGuide[]Target array.
indexInt32Starting index in the target array.

See Also