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.2.419.0 (24.2.419.0)
Syntax public void CopyTo(
ElevationMask[] array,
int arrayIndex
)
Public Sub CopyTo (
array As ElevationMask(),
arrayIndex As Integer
)
public:
void CopyTo(
array<ElevationMask^>^ array,
int arrayIndex
)
member CopyTo :
array : ElevationMask[] *
arrayIndex : int -> unit
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