SoVRImageDataReaderIsThreadSafe Property |
Should return true if the reader is thread safe.
Namespace: OIV.ImageViz.Nodes.ImagesAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 2023.2.3.0 (2023.2.3)
Syntaxpublic override bool IsThreadSafe { get; }
Public Overrides ReadOnly Property IsThreadSafe As Boolean
Get
public:
virtual property bool IsThreadSafe {
bool get () override;
}
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