Click or drag to resize

CompositeTerrainProviderItem Property

Gets or sets the TerrainProvider at the specified index.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TerrainProvider this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
The index.

Property Value

Type: TerrainProvider

Implements

IListTItemInt32
See Also