Click or drag to resize

CMAPTEMPLATEUpdateFromTmpCopy Method

Update the object contents from a temporary XML file that may have bee manipulated externally.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void UpdateFromTmpCopy(
	string tmp
)

public void UpdateFromTmpCopy(
	string tmp
)

Parameters

tmp
Type: SystemString
Temporary map template file name
Remarks
This method will not modify the original contents of the file until a call to the the Commit method is made or the object is destroyed. A call to the Discard method will restore the contents to that of the original file. The temporary file is not deleted and should be to not leak file resources.
See Also