SoVolumeReaderIsThreadSafe Property |
Should return true if the reader is thread safe.
Namespace: OIV.LDM.ReadersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.2.2.0 (10.16.2.0)
Syntax public virtual bool IsThreadSafe { get; }
Public Overridable ReadOnly Property IsThreadSafe As Boolean
Get
public:
virtual property bool IsThreadSafe {
bool get ();
}
abstract IsThreadSafe : bool with get
override IsThreadSafe : bool with get
Property Value
Type:
BooleanRemarks
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