Click or drag to resize
SoConverterParametersSetInputFileName Method

Set the input filename.

Namespace: OIV.LDM.Converters
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 10.3.0.0 (10.3.0.0)
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.

See Also