Click or drag to resize

CMAPTEMPLATEGetTmpCopy Method (String, Int32)

Get a temporary XML file for manipulation of the map template.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetTmpCopy(
	ref string tmp,
	int length
)

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
Remarks
After manipulating contents the object may be updated by a call to the UpdateFromTmpCopy method.
See Also