Click or drag to resize
SoDataSetSetLDMReader Method

Sets the LDM volume reader object to use.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetLDMReader(
	SoLDMReader reader
)

Parameters

reader
Type: OIV.LDM.ReadersSoLDMReader
Remarks

This method allows the data to be read directly from the disk using the specified subclass of OIV.LDM.Readers.SoVolumeReader.

See Also