Click or drag to resize
CMAPTEMPLATEGetTmpCopy Method (String, Int32)
Get a temporary XML file for manipulation of the map template.

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
After manipulating contents the object may be updated by a call to the UpdateFromTmpCopy method.
Syntax
public void GetTmpCopy(
	ref string tmp,
	int length
)

Parameters

tmp
Type: SystemString
Returned temporary map template file name
length
Type: SystemInt32
Size of file name string
See Also