 | 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
Syntaxpublic void UpdateFromTmpCopy(
string tmp
)
public void UpdateFromTmpCopy(
string tmp
)
Public Sub UpdateFromTmpCopy (
tmp As String
)
Public Sub UpdateFromTmpCopy (
tmp As String
)
public:
void UpdateFromTmpCopy(
String^ tmp
)
public:
void UpdateFromTmpCopy(
String^ tmp
)
member UpdateFromTmpCopy :
tmp : string -> unit
member UpdateFromTmpCopy :
tmp : string -> unit
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