Click or drag to resize
SoDataSetReader Property

Returns the current data set reader object.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoVolumeReader Reader { get; set; }

Property Value

Type: SoVolumeReader
Remarks

The actual type will be a subclass of OIV.LDM.Readers.SoVolumeReader, either one of the predefined subclasses or an application-defined subclass. Returns null if no reader is currently set. Applications should always verify the class type before using the returned object as a specific sub-class of OIV.LDM.Readers.SoVolumeReader.

See Also