Click or drag to resize
SoVolumeReaderGetConfiguredWriter Method
Returns a writer that correspond to this reader (same format, same parameters, etc...).

Namespace: OIV.LDM.Readers
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public virtual SoVolumeWriter GetConfiguredWriter()

Return Value

Type: SoVolumeWriter
A writer that correspond to this reader.
Remarks
If no writer can be created, a null reference is returned. Returned writer is not synchronized with this reader, neither with other writer. The simplest way to implement this behavior is to return a new writer every time.
See Also