Click or drag to resize
CMAPLCreate Method
Create a MAPL.

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 Create(
	CGXNETCore gxNetShared,
	string name,
	string ref_name,
	int line
)

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)

Return Value

Type: CMAPL
MAPL, aborts if creation fails
See Also