Click or drag to resize

CompositeTerrainProvider.IndexOf Method

Returns the index of the provided 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 int IndexOf(
	TerrainProvider item
)

Parameters

item
Type: AGI.Foundation.Terrain.TerrainProvider
Item that is being indexed

Return Value

Type: Int32
Index of the item

Implements

IList<T>.IndexOf(T)
See Also