Click or drag to resize
CSYSLogScriptRun Method
This method logs that a script was run

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static void LogScriptRun(
	CGXNETCore gxNetShared,
	string location
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
location
Type: SystemString
Location that launched the script
See Also