Click or drag to resize

CompositeTerrainProvider.CopyTo Method

Copies all of the elements of current array to a specified array starting at a given destination index.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public void CopyTo(
	TerrainProvider[] array,
	int arrayIndex
)

Parameters

array
Type:AGI.Foundation.Terrain.TerrainProvider[]
Destination array to copy to.
arrayIndex
Type: System.Int32
the index array at which the copying begins.

Implements

ICollection<T>.CopyTo(T[], Int32)
See Also