SoDataSetGetReader Method |
Note: This API is now obsolete.
Returns the current data set reader object.
Namespace: OIV.LDM.Nodes
[EditorBrowsableAttribute(EditorBrowsableState.Never)] [ObsoleteAttribute("Use Reader property instead.")] public SoVolumeReader GetReader()
The actual type will be a subclass of 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 SoVolumeReader.