Click or drag to resize
SoDataSetSaveEditing Method (Boolean, IListString)
Save modifications to a file.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public bool SaveEditing(
	bool recomputeLowResolution,
	IList<string> conversionParameters
)

Parameters

recomputeLowResolution
Type: SystemBoolean
conversionParameters
Type: System.Collections.GenericIListString

Return Value

Type: Boolean
Return success.
Remarks
All modified tiles are written back to the data file using current reader format. May only be called when no threads are editing, i.e. after all threads that called startEditing have called finishEditing. On error does nothing.
See Also