QuantizedMeshTerrainCacheUnloadExtent Method |
Unloads the cached terrain data for a given extent. 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.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void UnloadExtent(
CartographicExtent extent
)
Public Sub UnloadExtent (
extent As CartographicExtent
)
public:
void UnloadExtent(
CartographicExtent^ extent
)
member UnloadExtent :
extent : CartographicExtent -> unit
Parameters
- extent
- Type: AGI.Foundation.CoordinatesCartographicExtent
The extent for which to unload terrain, in the native units of the terrain provider.
Exceptions See Also