Click or drag to resize
SoVolumeReaderIsThreadSafe Property

Should return true if the reader is thread safe.

Namespace: OIV.LDM.Readers
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public virtual bool IsThreadSafe { get; }

Property Value

Type: Boolean
Remarks

This function is called by VolumeViz when using the multiIO mode (LDM only). LDM multi-threaded data loading can only be used if this method returns true.

See Also