Click or drag to resize
CMAPDupMap Method
Duplicate copy of current map.

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Before version 6.2. text in maps were displayed with a character set defining how characters above ASCII 127 would be displayed. 6.2. introduced Unicode in the core montaj engine that eliminated the need for such a setting and greatly increased the number of symbols that can be used. The only caveat of the new system is that text may appear corrupted (especially with GFN fonts) in versions prior to 6.2. for maps that was created with a version after the port. The constant DUPMAP_COPY_PRE62 provides a way to create maps that can be distributed to versions prior to 6.2.
Syntax
public void DupMap(
	CMAP oMAP1,
	int i2
)

Parameters

oMAP1
Type: GeoEngine.Core.GXNetCMAP
Destination MAP object
i2
Type: SystemInt32
See DUPMAPConstant
See Also