IHeightmapDataset
Public / Methods
UpdateFormat
Updates the binary format of this heightmap by adding new heightmap layers.
The given format in is split into single components (via IHeightmapFormat.Collect), so that each component represents a single heightmap layer. Then, all those components are dropped which layer is already contained in this heightmap. The remaining components are then appended to the heightmap format.
- IOException
-
If an I/O error has occurred.
- See also