Click or drag to resize

DelayedTerrainAzimuthElevationMaskCopyTo Method

Copies the ElevationMask values to the given array. If any of the values are not yet computed, they will be computed before copying them to the array.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainAnalysis (in AGI.Foundation.TerrainAnalysis.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void CopyTo(
	ElevationMask[] array,
	int arrayIndex
)

Parameters

array
Type: AGI.Foundation.TerrainElevationMask
The one-dimensional array that is the destination of the elements.
arrayIndex
Type: SystemInt32
The zero-based index in array at which copying begins.
See Also