Click or drag to resize
SoConverterParametersSetOutputDataFormat Method (SoDataSetDataTypes)

Set the output data format with an OIV.LDM.Nodes.SoDataSet.DataTypes.

Namespace: OIV.LDM.Converters
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public bool SetOutputDataFormat(
	SoDataSetDataTypes dataType
)

Parameters

dataType
Type: OIV.LDM.NodesSoDataSetDataTypes

Return Value

Type: Boolean
Remarks

Note that if the input reader does not support the requested conversion, the output data format will be the same as the input data format (no conversion) Returns true if parameter is valid, else returns false.

See Also