Click or drag to resize

CompositeTerrainProvider.Remove Method

Removes the specified item.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public bool Remove(
	TerrainProvider item
)

Parameters

item
Type: AGI.Foundation.Terrain.TerrainProvider
The item to remove.

Return Value

Type: Boolean
true if item is removed; otherwise false.

Implements

ICollection<T>.Remove(T)
See Also