Click or drag to resize
SoLDMWriterFinish Method (Boolean)

Finishes writing the LDM file and optionally invokes the converter to generate the lower resolution tiles.

Namespace: OIV.LDM.Converters
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public int Finish(
	bool doMultiResolution
)

Parameters

doMultiResolution
Type: SystemBoolean

Return Value

Type: Int32
Remarks

Default is to invoke the converter. Result code is defined by the enum SoConverter.ConverterError.

See Also