Click or drag to resize
CMAPLCreateREG Method
Create a MAPL with REG.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
The default map groups will use the reference name with "_Data" and "_Base" added. If no reference name is specified, the name "MAPL" is used
Syntax
public static CMAPL CreateREG(
	CGXNETCore gxNetShared,
	string name,
	string ref_name,
	int line,
	CREG reg
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
name
Type: SystemString
MAPL file name
ref_name
Type: SystemString
Map base reference name
line
Type: SystemInt32
Start line number in file (0 is first)
reg
Type: GeoEngine.Core.GXNetXCREG

Return Value

Type: CMAPL
MAPL, aborts if creation fails
See Also