Click or drag to resize

CSYSIGetEnv Method (String, String)

Get an environment setting.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void IGetEnv(
	string parm,
	ref string set
)

public static void IGetEnv(
	string parm,
	ref string set
)

Parameters

parm
Type: SystemString
Setting
set
Type: SystemString
Value string
See Also