Click or drag to resize

CompositeTerrainProvider.Add Method

Adds an 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 void Add(
	TerrainProvider item
)

Parameters

item
Type: AGI.Foundation.Terrain.TerrainProvider
Item that is to be added.

Implements

ICollection<T>.Add(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when item is null.
ArgumentException Thrown when item already exists in this composite, or when item has a different Shape or ShapeFixedFrame than this composite.
See Also