TerrainCollectionAddRangeAsync Method |
Adds the elements of the specified collection to the end of the
TerrainCollection asynchronously.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void AddRangeAsync(
IEnumerable<TerrainOverlay> overlays
)
Public Sub AddRangeAsync (
overlays As IEnumerable(Of TerrainOverlay)
)
public:
void AddRangeAsync(
IEnumerable<TerrainOverlay^>^ overlays
)
member AddRangeAsync :
overlays : IEnumerable<TerrainOverlay> -> unit
Parameters
- overlays
- Type: System.Collections.GenericIEnumerableTerrainOverlay
A group of TerrainOverlay objects to be added to the collection.
See Also