SoVolumeReaderIsThreadSafe Property |
Should return true if the reader is thread safe.
Namespace: OIV.LDM.ReadersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2025.1.0.0 (10.17.0.0)
Syntaxpublic 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:
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