Click or drag to resize

CompositeTerrainProviderContains Method

Determines whether an item is in the CompositeTerrainProvider list.

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 Contains(
	TerrainProvider item
)

Parameters

item
Type: AGI.Foundation.TerrainTerrainProvider
Item that is being searched for.

Return Value

Type: Boolean
if the item is found; otherwise .

Implements

ICollectionTContains(T)
See Also