Click or drag to resize

CMAPLCreate Method

Create a MAPL.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static CMAPL Create(
	string name,
	string ref_name,
	int line
)

public static CMAPL Create(
	string name,
	string ref_name,
	int line
)

Parameters

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
Remarks
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
See Also