Click or drag to resize

CompositeTerrainProviderAdd Method

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

Parameters

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

Implements

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