Click or drag to resize

CMAPLCreate Method

Create a MAPL.

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

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
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