Click or drag to resize

TerrainCollectionAddRange Method

Adds the elements of the specified collection to the end of the TerrainCollection.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void AddRange(
	IEnumerable<TerrainOverlay> overlays
)

Parameters

overlays
Type: System.Collections.GenericIEnumerableTerrainOverlay
A group of TerrainOverlay objects to be added to the collection.
See Also