Click or drag to resize

CSYSLoadParm Method

Reads parameters from a file.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void LoadParm(
	CGXNETCore gxNetShared,
	string file,
	string groups
)

public static void LoadParm(
	CGXNETCore gxNetShared,
	string file,
	string groups
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
file
Type: SystemString
Name of the File to read from
groups
Type: SystemString
Group Name to write read ("" for all groups)
See Also