Click or drag to resize
SoConverterParametersSetInputFileName Method

Set the input filename.

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

Parameters

inputFileName
Type: SystemString
Remarks

This is the file containing data to convert. Alternative to setInputVolume(). An input file must be specified. To get more information regarding possible limitation of any readers you may use, please see documentation of Readers.

See Also