 | CSYSGetWorkspaceREG Method |
Get a copy of the workspace REG;
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void GetWorkspaceREG(
CGXNETCore gxNetShared,
CREG reg
)
public static void GetWorkspaceREG(
CGXNETCore gxNetShared,
CREG reg
)
Public Shared Sub GetWorkspaceREG (
gxNetShared As CGXNETCore,
reg As CREG
)
Public Shared Sub GetWorkspaceREG (
gxNetShared As CGXNETCore,
reg As CREG
)
public:
static void GetWorkspaceREG(
CGXNETCore^ gxNetShared,
CREG^ reg
)
public:
static void GetWorkspaceREG(
CGXNETCore^ gxNetShared,
CREG^ reg
)
static member GetWorkspaceREG :
gxNetShared : CGXNETCore *
reg : CREG -> unit
static member GetWorkspaceREG :
gxNetShared : CGXNETCore *
reg : CREG -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - reg
- Type: GeoEngine.Core.GXNetXCREG
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