Click or drag to resize

TerrainCollectionRemove Method

Removes a TerrainOverlay from the collection.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool Remove(
	TerrainOverlay terrainOverlay
)

Parameters

terrainOverlay
Type: AGI.Foundation.GraphicsTerrainOverlay
The TerrainOverlay to be removed.

Return Value

Type: Boolean
Whether terrainOverlay was found and successfully removed from the collection.

Implements

ICollectionTRemove(T)
See Also