Click or drag to resize
SoVRSegyFileReaderSetOutputDataType Method

Requests that the input be converted (if necessary) to the specified data type.

Namespace: OIV.VolumeViz.Readers
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public override bool SetOutputDataType(
	bool doChange,
	SoDataSetDataTypes type
)

Parameters

doChange
Type: SystemBoolean
type
Type: OIV.LDM.NodesSoDataSetDataTypes

Return Value

Type: Boolean
Remarks

This allows, for instance, conversion of float data to unsigned byte. If doChange is false no type conversion is applied. Always returns true.

See Also