| SoVRSegyFileReaderSetOutputDataType Method  | 
Requests that the input be converted (if necessary) to the specified data type. 
 
Namespace: OIV.VolumeViz.ReadersAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic override bool SetOutputDataType(
	bool doChange,
	SoDataSetDataTypes type
)
Public Overrides Function SetOutputDataType ( 
	doChange As Boolean,
	type As SoDataSetDataTypes
) As Boolean
public:
virtual bool SetOutputDataType(
	bool doChange, 
	SoDataSetDataTypes type
) override
abstract SetOutputDataType : 
        doChange : bool * 
        type : SoDataSetDataTypes -> bool 
override SetOutputDataType : 
        doChange : bool * 
        type : SoDataSetDataTypes -> bool Parameters
- doChange
 - Type: SystemBoolean
 - type
 - Type: OIV.LDM.NodesSoDataSetDataTypes
 
Return Value
Type: 
Boolean
RemarksThis allows, for instance, conversion of float data to unsigned byte. If doChange is false no type conversion is applied. Always returns true. 
See Also