Click or drag to resize
SoVolumeReaderCloseAllHandles Method

Close all resources that are locked by the reader.

Namespace: OIV.LDM.Readers
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.2.2.0 (10.16.2.0)
Syntax
public virtual void CloseAllHandles()
Remarks

Allows other classes to use the same resources. For example, if the reader reads from a file, this method closes the file so that an OIV.LDM.Writers.SoVolumeWriter associated with the same file can re-open it in write mode. The reader remembers the resources that were closed, so they can re-opened by calling OIV.LDM.Readers.SoVolumeReader.RestoreAllHandles().

See Also