TerrainCollectionRemove Method |
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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.GraphicsTerrainOverlay
The TerrainOverlay to be removed.
Return Value
Type:
BooleanWhether
terrainOverlay was found and successfully removed from the collection.
Implements
ICollectionTRemove(T)See Also