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: 2024.1.1.0 (2024.1.1)
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 OIV.LDM.Converters.SoConverter.ConverterErrors.

See Also