Click or drag to resize
SoConverterParametersDoUpdate Method

Only applies to input files in LDM format.

Namespace: OIV.LDM.Converters
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void DoUpdate(
	bool value
)

Parameters

value
Type: SystemBoolean
Remarks

If true the converter must just perform an update of the given file. This means that if no options are specified, the converter will retrieve information from the input file and apply its properties automatically to the generated file.

See Also