Click or drag to resize

CompositeTerrainProviderCopyTo 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: 24.1.418.0 (24.1.418.0)
Syntax
public void CopyTo(
	TerrainProvider[] array,
	int arrayIndex
)

Parameters

array
Type: AGI.Foundation.TerrainTerrainProvider
Destination array to copy to.
arrayIndex
Type: SystemInt32
the index array at which the copying begins.

Implements

ICollectionTCopyTo(T, Int32)
See Also