SoLDMDataAccessReleaseData Method |
Tells VolumeViz that this block of data (returned by getData above) is no longer in use by the application.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void ReleaseData(
SoLDMTileID tileID
)
Public Sub ReleaseData (
tileID As SoLDMTileID
)
public:
void ReleaseData(
SoLDMTileID tileID
)
member ReleaseData :
tileID : SoLDMTileID -> unit
Parameters
- tileID
- Type: OIV.LDMSoLDMTileID
Remarks See Also