Click or drag to resize
CMAPTEMPLATEUpdateFromTmpCopy Method
Update the object contents from a temporary XML file that may have bee manipulated externally.

Available since Oasis montaj version: 6.3
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
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.
Syntax
public void UpdateFromTmpCopy(
	string tmp
)

Parameters

tmp
Type: SystemString
Temporary map template file name
See Also