Click or drag to resize
SoConverterParametersSetInputFileName Method

Set the input filename.

Namespace: OIV.LDM.Converters
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetInputFileName(
	string inputFileName
)

Parameters

inputFileName
Type: SystemString
Remarks

This is the file containing data to convert. Alternative to OIV.LDM.Converters.SoConverterParameters.SetInputVolume(OIV.LDM.Nodes.SoDataSet). An input file must be specified. To get more information regarding possible limitation of any readers you may use, please see documentation of OIV.VolumeViz.Readers.

See Also