TerrainCollection.Remove Method |
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic bool Remove(
TerrainOverlay terrainOverlay
)
Public Function Remove (
terrainOverlay As TerrainOverlay
) As Boolean
public:
virtual bool Remove(
TerrainOverlay^ terrainOverlay
) sealed
abstract Remove :
terrainOverlay : TerrainOverlay -> bool
override Remove :
terrainOverlay : TerrainOverlay -> bool
Parameters
- terrainOverlay
- Type: AGI.Foundation.Graphics.TerrainOverlay
The TerrainOverlay to be removed.
Return Value
Type:
BooleanWhether
terrainOverlay was found and successfully removed from the collection.
Implements
ICollection<T>.Remove(T)
See Also