 | CSYSSetWorkspaceREG Method |
Set the workspace REG;
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void SetWorkspaceREG(
CREG reg
)
public static void SetWorkspaceREG(
CREG reg
)
Public Shared Sub SetWorkspaceREG (
reg As CREG
)
Public Shared Sub SetWorkspaceREG (
reg As CREG
)
public:
static void SetWorkspaceREG(
CREG^ reg
)
public:
static void SetWorkspaceREG(
CREG^ reg
)
static member SetWorkspaceREG :
reg : CREG -> unit
static member SetWorkspaceREG :
reg : CREG -> unit
Parameters
- reg
- Type: GeoEngine.Core.GXNetCREG
REG object
Remarks
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
See Also