Click or drag to resize
CSYSLoadParm Method
Reads parameters from a file.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
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