Click or drag to resize
CMAPTEMPLATEGetTmpCopy Method
Get a temporary XML file for manipulation of the map template.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
After manipulating contents the object may be updated by a call to the UpdateFromTmpCopy method.
Syntax
public void GetTmpCopy(
	ref string str1
)

Parameters

str1
Type: SystemString
returned temporary map template file name
See Also