Click or drag to resize
CSYSSetWorkspaceREG Method
Set the workspace REG;

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The workspace REG is separate from the reg used to store SYS parameters. Because GetWorkspaceREG_SYS returns a copy of the workspace REG, and not the workspace REG itself, you must call SetWorkspaceREG_SYS if you make changes to your own REG object and you wish them to take effect in the workspace REG
Syntax
public static void SetWorkspaceREG(
	CREG oREG1
)

Parameters

oREG1
Type: GeoEngine.Core.GXNetCREG
REG object
See Also