TerrainProviderUnloadExtent Method |
Unloads the cached terrain data for a given
CartographicExtent.
This method unloads all cached regions where any part of the region falls within
the extent. It does not return until the regions have been unloaded. However,
if a region within the extent is being used in another thread while this method
is executing, the region may be reloaded immediately after this method unloads it.
This method is safe to call from any thread.
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public abstract void UnloadExtent(
CartographicExtent extent
)
Public MustOverride Sub UnloadExtent (
extent As CartographicExtent
)
public:
virtual void UnloadExtent(
CartographicExtent^ extent
) abstract
abstract UnloadExtent :
extent : CartographicExtent -> unit
Parameters
- extent
- Type: AGI.Foundation.CoordinatesCartographicExtent
The CartographicExtent for which to unload terrain, in radians.
Exceptions See Also