SoLDMTileManagerReleaseTileData Method (SoLDMTileID) |
Allows releasing data associated to a given tileID from memory.
If supported volumeDataId allows to choose which volume data should be release.
-1 means all volumes in the MultiDataSeparator.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void ReleaseTileData(
SoLDMTileID tileID
)
Public Sub ReleaseTileData (
tileID As SoLDMTileID
)
public:
void ReleaseTileData(
SoLDMTileID tileID
)
member ReleaseTileData :
tileID : SoLDMTileID -> unit
Parameters
- tileID
- Type: OIV.LDMSoLDMTileID
See Also