Click or drag to resize

CompositeTerrainProviderRemove Method

Removes the specified item.

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

Parameters

item
Type: AGI.Foundation.TerrainTerrainProvider
The item to remove.

Return Value

Type: Boolean
if item is removed; otherwise .

Implements

ICollectionTRemove(T)
See Also