SoVolumeReaderIsThreadSafe Property |
Let the system know if the reader is thread safe or not.
this function is called by VolumeViz when using the multiIO mode.
Namespace: OIV.LDM.ReadersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.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:
BooleanSee Also